Skip to content

Commit 2ed9bfd

Browse files
committed
Merge branch 'DOP-5399' into branch-off-DOP-5399
2 parents b380a32 + fd97a78 commit 2ed9bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/osiris-subpar-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: sudo apt-get update && sudo apt-get install -y wget
2525

2626
- name: Debug Secrets
27-
run: "echo Token Length: ${#secrets.PERSONAL_ACCESS_TOKEN}"
27+
run: |
28+
echo "Token Length: $(echo -n "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | wc -c)"
2829
2930
- name: Clone Docs Java
3031
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo

0 commit comments

Comments
 (0)