We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945d990 commit b76893eCopy full SHA for b76893e
.github/workflows/comment_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "GH context:"
26
echo "$GITHUB_CONTEXT"
27
- name: 'Download artifact'
28
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.1
29
with:
30
script: |
31
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -51,7 +51,7 @@ jobs:
51
cat ./comment
52
53
- name: 'Comment on Current Pull Request'
54
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
55
56
github-token: ${{ secrets.COMMENT_BOT_TOKEN }}
57
0 commit comments