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 a93c4d0 commit 97cdd3dCopy full SHA for 97cdd3d
‎.github/workflows/osiris-subpar-coverage.yml‎
@@ -23,6 +23,9 @@ jobs:
23
- name: Install Wget
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}"
28
+
29
- name: Clone Docs Java
30
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
31
0 commit comments