We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2e0c6 commit 6bc6000Copy full SHA for 6bc6000
.github/workflows/translate-docs.yml
@@ -152,7 +152,7 @@ jobs:
152
THEME_FAILURES=$(echo "$JSON_PART" | jq -r '.themeFailures // "0"' 2>/dev/null || echo "0")
153
154
# Determine if there were any failures
155
- TOTAL_FAILURES=$((FAILED_TRANSLATIONS + CODE_JSON_FAILURES + THEME_FAILURES))
+ TOTAL_FAILURES=$$((FAILED_TRANSLATIONS + CODE_JSON_FAILURES + THEME_FAILURES))
156
if [ "$TOTAL_FAILURES" -gt 0 ]; then
157
HAS_FAILURES="true"
158
fi
0 commit comments