github-ci: update actions/github-script

pull/10396/head
Jason Ish 1 year ago committed by Victor Julien
parent e786297497
commit 49834eabf1

@ -12,7 +12,7 @@ jobs:
- run: echo "Author check is complete"
- name: Download artifact new authors
uses: actions/github-script@v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@ -38,7 +38,7 @@ jobs:
fi
- name: Comment on PR
if: ${{ env.new_authors == 'yes' }}
uses: actions/github-script@v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |

Loading…
Cancel
Save