Skip to content

Commit 984c4b2

Browse files
authored
Fix bash command substitution bug in CodeQL sync workflow (#58272)
1 parent e0b878b commit 984c4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-codeql-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
branchCheckout=$(git checkout -b $branchname)
9494
if [[ ! $? -eq 0 ]]; then
95-
echo "Branch $branchname already exists in `github/docs-internal`. Exiting..."
95+
echo "Branch $branchname already exists in 'github/docs-internal'. Exiting..."
9696
exit 0
9797
fi
9898
git add .

0 commit comments

Comments
 (0)