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 df04d10 commit 8139ef1Copy full SHA for 8139ef1
.github/workflows/sync-openapi.yml
@@ -85,7 +85,7 @@ jobs:
85
# If nothing to commit, exit now. It's fine. No orphans.
86
changes=$(git diff --name-only | wc -l)
87
if [[ $changes -eq 0 ]]; then
88
- echo "There are no changes to commit after running `npm run sync-rest` Exiting..."
+ echo "There are no changes to commit after running 'npm run sync-rest'. Exiting..."
89
exit 0
90
fi
91
0 commit comments