File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9595 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
9696 with :
9797 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
98- ref : ${{ github.sha }} # lock to triggered commit ('github.ref' is dynamic)
98+ ref : ${{ github.ref }} # don't lock to 'sha' b/c action needs to push
9999 - uses : WIPACrepo/wipac-dev-py-setup-action@v5.0
100100 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
101101 with :
@@ -114,7 +114,7 @@ jobs:
114114 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
115115 with :
116116 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
117- ref : ${{ github.sha }} # lock to triggered commit ('github.ref' is dynamic)
117+ ref : ${{ github.ref }} # don't lock to 'sha' b/c action needs to push
118118 - uses : WIPACrepo/wipac-dev-py-dependencies-action@v2.1
119119 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
120120 with :
You can’t perform that action at this time.
0 commit comments