File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - name : Extract PR metadata from artifact name
3535 id : pr-metadata
36- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
36+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
3737 with :
3838 script : |
3939 const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 7676 format : ' git'
7777
7878 - name : Remove the props-bot label
79- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
79+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
8080 if : ${{ github.event.action == 'labeled' && 'props-bot' == github.event.label.name }}
8181 with :
8282 retries : 2
You can’t perform that action at this time.
0 commit comments