chore(workflows): use correct name of action input (@NadAlaba) (#6378)

change the name of the input action that should've been changed in #6344
when the action was changed.
Sorry!
This commit is contained in:
Nad Alaba 2025-03-17 18:30:41 +03:00 committed by GitHub
parent e647d875f0
commit 6686834eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ jobs:
- name: Download workflow artifact
uses: actions/download-artifact@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run_id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Read the pr_num file
id: pr_num_reader