Skip to content

Commit 13d56fc

Browse files
committed
👷 Update CI command
1 parent d8c6f79 commit 13d56fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
# TODO: uncomment this
5757
# if: ( github.event_name == 'pull_request' && github.secret_source != 'Actions' )
5858
run: |
59-
git diff --staged --quiet || echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes" && exit 1
59+
git diff --staged --quiet || (echo "Changes detected in generated client, run scripts/generate-client.sh and commit the changes" && exit 1)

0 commit comments

Comments
 (0)