Skip to content

Commit cdddd75

Browse files
committed
use WIPACrepo/wipac-dev-py-dependencies-action@testing-dep-logs again
1 parent dd3be69 commit cdddd75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 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.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@testing-dep-logs
119119
# if: needs.writable-branch-detect.outputs.OKAY == 'true'
120120
with:
121121
use_directory: true

0 commit comments

Comments
 (0)