We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b878b commit 984c4b2Copy full SHA for 984c4b2
.github/workflows/sync-codeql-cli.yml
@@ -92,7 +92,7 @@ jobs:
92
93
branchCheckout=$(git checkout -b $branchname)
94
if [[ ! $? -eq 0 ]]; then
95
- echo "Branch $branchname already exists in `github/docs-internal`. Exiting..."
+ echo "Branch $branchname already exists in 'github/docs-internal'. Exiting..."
96
exit 0
97
fi
98
git add .
0 commit comments