Skip to content

Commit c5217d0

Browse files
committed
Pass secret
1 parent 954f8a0 commit c5217d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3939

4040
- run: |
41-
echo "Token length: ${#secrets.PRIVATE_GITHUB_DEPLOY_TOKEN}"
41+
echo "Secrets available: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN != '' }}"
4242
4343
- uses: ./.github/actions/submodules-checkout
4444
with:

0 commit comments

Comments
 (0)