File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : ' Post acknowledgement that it will format code'
14
14
continue-on-error : true # Never fail the build if this fails
15
- uses : actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
15
+ uses : actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
16
16
with :
17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
18
18
script : |
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : ' Post acknowledgement that it has formatted the code'
106
106
continue-on-error : true # Never fail the build if this fails
107
- uses : actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
107
+ uses : actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
108
108
with :
109
109
github-token : ${{ secrets.GITHUB_TOKEN }}
110
110
script : |
@@ -118,7 +118,7 @@ jobs:
118
118
- name : ' Post reminder to trigger build manually'
119
119
continue-on-error : true # Never fail the build if this fails
120
120
if : steps.fork_status.outputs.fork == 'true'
121
- uses : actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
121
+ uses : actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
122
122
with :
123
123
github-token : ${{ secrets.GITHUB_TOKEN }}
124
124
script : |
You can’t perform that action at this time.
0 commit comments