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 2c1da50 commit 954f8a0Copy full SHA for 954f8a0
.github/workflows/fixtures-test.yml
@@ -37,6 +37,9 @@ jobs:
37
with:
38
ref: ${{ github.event.pull_request.head.sha || github.sha }}
39
40
+ - run: |
41
+ echo "Token length: ${#secrets.PRIVATE_GITHUB_DEPLOY_TOKEN}"
42
+
43
- uses: ./.github/actions/submodules-checkout
44
45
submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
0 commit comments