Skip to content

Commit 076fcbc

Browse files
committed
ref: ${{ github.ref }} # don't lock to 'sha' b/c action needs to push [no-bump]
1 parent 9a86b61 commit 076fcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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:

0 commit comments

Comments
 (0)