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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
15
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
16
16
with :
17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
18
18
script : |
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : ' Post acknowledgement that it has formatted the code'
110
110
continue-on-error : true # Never fail the build if this fails
111
- uses : actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
111
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
112
112
with :
113
113
github-token : ${{ secrets.GITHUB_TOKEN }}
114
114
script : |
@@ -122,7 +122,7 @@ jobs:
122
122
- name : ' Post reminder to trigger build manually'
123
123
continue-on-error : true # Never fail the build if this fails
124
124
if : steps.fork_status.outputs.fork == 'true'
125
- uses : actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
125
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
126
126
with :
127
127
github-token : ${{ secrets.GITHUB_TOKEN }}
128
128
script : |
You can’t perform that action at this time.
0 commit comments