File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 github.event.workflow_run.conclusion == 'success'
2626 steps :
2727 - name : ' Download artifact github pages'
28- uses : actions/github-script@v7
28+ uses : actions/github-script@v8
2929 id : artifactgh-pages
3030 with :
3131 script : |
6262 github.event.workflow_run.conclusion == 'success'
6363 steps :
6464 - name : get PR number
65- uses : actions/github-script@v7
65+ uses : actions/github-script@v8
6666 with :
6767 script : |
6868 var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
8888 unzip pr_number.zip
8989 echo "number=$(cat pr_number.txt)" >> $GITHUB_OUTPUT
9090 - name : Post address
91- uses : actions/github-script@v7
91+ uses : actions/github-script@v8
9292 if : ${{ success()}}
9393 with :
9494 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -100,7 +100,7 @@ jobs:
100100 issue_number: ${{steps.prnumber.outputs.number}}
101101 });
102102 - name : Post error
103- uses : actions/github-script@v7
103+ uses : actions/github-script@v8
104104 if : ${{ failure()}}
105105 with :
106106 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments