Skip to content

Commit 03b2207

Browse files
committed
🎨 DOP-5399 fix syntax error
1 parent 97cdd3d commit 03b2207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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: "echo Token Length: ${#secrets.PERSONAL_ACCESS_TOKEN}"
2828

2929
- name: Clone Docs Java
3030
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo

0 commit comments

Comments
 (0)