1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Fix bash command substitution bug in CodeQL sync workflow (#58272)

This commit is contained in:
Kevin Heis
2025-10-31 10:37:23 -07:00
committed by GitHub
parent e0b878bd6b
commit 984c4b29e2

View File

@@ -92,7 +92,7 @@ jobs:
branchCheckout=$(git checkout -b $branchname)
if [[ ! $? -eq 0 ]]; then
echo "Branch $branchname already exists in `github/docs-internal`. Exiting..."
echo "Branch $branchname already exists in 'github/docs-internal'. Exiting..."
exit 0
fi
git add .