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 1030118 commit 38843cbCopy full SHA for 38843cb
.github/workflows/generate-client.yml
@@ -54,4 +54,4 @@ jobs:
54
- name: Check changes
55
if: ( github.event_name == 'pull_request' && github.secret_source != 'Actions' )
56
run: |
57
- git diff --staged --quiet || echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes"
+ git diff --staged --quiet || (echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes" && exit 1)
0 commit comments