File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : ' Post acknowledgement that it will format code'
1515 continue-on-error : true # Never fail the build if this fails
16- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
16+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1717 with :
1818 github-token : ${{ secrets.GITHUB_TOKEN }}
1919 script : |
9595
9696 - name : ' Post acknowledgement that it has formatted the code'
9797 continue-on-error : true # Never fail the build if this fails
98- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
98+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9999 with :
100100 github-token : ${{ secrets.GITHUB_TOKEN }}
101101 script : |
@@ -109,7 +109,7 @@ jobs:
109109 - name : ' Post reminder to trigger build manually'
110110 continue-on-error : true # Never fail the build if this fails
111111 if : steps.fork_status.outputs.fork == 'true'
112- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
112+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
113113 with :
114114 github-token : ${{ secrets.GITHUB_TOKEN }}
115115 script : |
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : ' Post acknowledgement that it will sync exercises'
1515 continue-on-error : true # Never fail the build if this fails
16- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
16+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1717 with :
1818 github-token : ${{ secrets.GITHUB_TOKEN }}
1919 script : |
8787
8888 - name : ' Post acknowledgement that it has synced the code'
8989 continue-on-error : true # Never fail the build if this fails
90- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
90+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9191 with :
9292 github-token : ${{ secrets.GITHUB_TOKEN }}
9393 script : |
@@ -101,7 +101,7 @@ jobs:
101101 - name : ' Post reminder to trigger build manually'
102102 continue-on-error : true # Never fail the build if this fails
103103 if : steps.fork_status.outputs.fork == 'true'
104- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
104+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
105105 with :
106106 github-token : ${{ secrets.GITHUB_TOKEN }}
107107 script : |
You can’t perform that action at this time.
0 commit comments