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 d8c6f79 commit 13d56fcCopy full SHA for 13d56fc
.github/workflows/generate-client.yml
@@ -56,4 +56,4 @@ jobs:
56
# TODO: uncomment this
57
# if: ( github.event_name == 'pull_request' && github.secret_source != 'Actions' )
58
run: |
59
- git diff --staged --quiet || echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes" && exit 1
+ git diff --staged --quiet || (echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes" && exit 1)
0 commit comments