We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954f8a0 commit c5217d0Copy full SHA for c5217d0
.github/workflows/fixtures-test.yml
@@ -38,7 +38,7 @@ jobs:
38
ref: ${{ github.event.pull_request.head.sha || github.sha }}
39
40
- run: |
41
- echo "Token length: ${#secrets.PRIVATE_GITHUB_DEPLOY_TOKEN}"
+ echo "Secrets available: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN != '' }}"
42
43
- uses: ./.github/actions/submodules-checkout
44
with:
0 commit comments