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 1212 steps :
1313 - name : ' Post acknowledgement that it will format code'
1414 continue-on-error : true # Never fail the build if this fails
15- uses : actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
15+ uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
1616 with :
1717 github-token : ${{ secrets.GITHUB_TOKEN }}
1818 script : |
8282
8383 - name : ' Post acknowledgement that it has formatted the code'
8484 continue-on-error : true # Never fail the build if this fails
85- uses : actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
85+ uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
8686 with :
8787 github-token : ${{ secrets.GITHUB_TOKEN }}
8888 script : |
9696 - name : ' Post reminder to trigger build manually'
9797 continue-on-error : true # Never fail the build if this fails
9898 if : steps.fork_status.outputs.fork == 'true'
99- uses : actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
99+ uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
100100 with :
101101 github-token : ${{ secrets.GITHUB_TOKEN }}
102102 script : |
You can’t perform that action at this time.
0 commit comments