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 9595 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
9696 with :
9797 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
98- ref : ${{ github.ref }} # don't lock to ' sha' b/c action needs to push
98+ ref : ${{ github.ref }} # dont lock to sha ( 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,8 +114,8 @@ jobs:
114114 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
115115 with :
116116 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
117- ref : ${{ github.ref }} # don't lock to ' sha' b/c action needs to push
118- - uses : WIPACrepo/wipac-dev-py-dependencies-action@v2.1
117+ ref : ${{ github.ref }} # dont lock to sha ( action needs to push)
118+ - uses : WIPACrepo/wipac-dev-py-dependencies-action@prints-and-releases-only
119119 # if: needs.writable-branch-detect.outputs.OKAY == 'true'
120120 with :
121121 use_directory : true
You can’t perform that action at this time.
0 commit comments