File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
github.event.client_payload.slash_command.sha != '' &&
14
14
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
15
15
steps :
16
- - uses : actions/github-script@v6.3.3
16
+ - uses : actions/github-script@v7
17
17
id : check-id
18
18
env :
19
19
number : ${{ github.event.client_payload.pull_request.number }}
37
37
38
38
return check[0].id;
39
39
40
- - uses : actions/github-script@v6.3.3
40
+ - uses : actions/github-script@v7
41
41
env :
42
42
check_id : ${{ steps.check-id.outputs.result }}
43
43
details_url : ${{ github.server_url }}/${{ github.repository }}/runs/${{ github.run_id }}
72
72
timeout : 15m
73
73
74
74
# Update check run called "integration-fork"
75
- - uses : actions/github-script@v6.3.3
75
+ - uses : actions/github-script@v7
76
76
id : update-check-run
77
77
if : ${{ always() }}
78
78
env :
Original file line number Diff line number Diff line change 10
10
destroy-preview-environment :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/github-script@v6.3.3
13
+ - uses : actions/github-script@v7
14
14
id : check-conclusion
15
15
env :
16
16
number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 16
16
# api-artifact
17
17
steps :
18
18
- name : Download artifact
19
- uses : actions/github-script@v6
19
+ uses : actions/github-script@v7
20
20
with :
21
21
script : |
22
22
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
You can’t perform that action at this time.
0 commit comments