Skip to content

Commit 6686834

Browse files
authored
chore(workflows): use correct name of action input (@nadalaba) (monkeytypegame#6378)
change the name of the input action that should've been changed in monkeytypegame#6344 when the action was changed. Sorry!
1 parent e647d87 commit 6686834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-failure-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Download workflow artifact
1616
uses: actions/download-artifact@v4
1717
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
19-
run_id: ${{ github.event.workflow_run.id }}
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
run-id: ${{ github.event.workflow_run.id }}
2020

2121
- name: Read the pr_num file
2222
id: pr_num_reader

0 commit comments

Comments
 (0)