Skip to content

Commit b9191aa

Browse files
committed
Fix action args
1 parent b055192 commit b9191aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qns-comment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- completed
1414

1515
jobs:
16-
upload:
16+
comment:
1717
permissions:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
@@ -23,8 +23,9 @@ jobs:
2323
- name: Download comment-data
2424
uses: actions/download-artifact@v4
2525
with:
26-
run_id: ${{ github.event.workflow_run.id }}
26+
run-id: ${{ github.event.workflow_run.id }}
2727
name: comment-data
28+
github-token: ${{ secrets.GITHUB_TOKEN }}
2829

2930
- name: Format GitHub comment
3031
run: |

0 commit comments

Comments
 (0)