Skip to content

Commit 8139ef1

Browse files
authored
Fix bash command substitution bug in OpenAPI sync workflow (#58271)
1 parent df04d10 commit 8139ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# If nothing to commit, exit now. It's fine. No orphans.
8686
changes=$(git diff --name-only | wc -l)
8787
if [[ $changes -eq 0 ]]; then
88-
echo "There are no changes to commit after running `npm run sync-rest` Exiting..."
88+
echo "There are no changes to commit after running 'npm run sync-rest'. Exiting..."
8989
exit 0
9090
fi
9191

0 commit comments

Comments
 (0)