mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-05 22:28:01 +08:00
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:
parent
e647d875f0
commit
6686834eeb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-failure-comment.yml
vendored
4
.github/workflows/ci-failure-comment.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue