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 789e2f9 commit 6c82a25Copy full SHA for 6c82a25
.github/workflows/generate-client.yml
.github/workflows/pre-commit.yml
@@ -66,13 +66,13 @@ jobs:
66
if git diff --staged --quiet; then
67
echo "No changes to commit"
68
else
69
- git commit -m "🎨 Auto format"
+ git commit -m "🎨 Auto format and update with pre-commit"
70
git push
71
fi
72
- uses: pre-commit-ci/lite-action@v1.1.0
73
if: env.HAS_SECRETS == 'false'
74
with:
75
- msg: 🎨 Auto format
+ msg: 🎨 Auto format and update with pre-commit
76
- name: Error out on pre-commit errors
77
if: steps.precommit.outcome == 'failure'
78
run: exit 1
0 commit comments