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 03b2207 commit fd97a78Copy full SHA for fd97a78
‎.github/workflows/osiris-subpar-coverage.yml
@@ -24,7 +24,8 @@ jobs:
24
run: sudo apt-get update && sudo apt-get install -y wget
25
26
- name: Debug Secrets
27
- run: "echo Token Length: ${#secrets.PERSONAL_ACCESS_TOKEN}"
+ run: |
28
+ echo "Token Length: $(echo -n "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | wc -c)"
29
30
- name: Clone Docs Java
31
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
0 commit comments