We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37db4f1 commit 0df72c5Copy full SHA for 0df72c5
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
git add build/
50
51
if ! git diff --cached --quiet; then
52
- git commit -m "Update generated build files [skip ci]"
+ git commit -m "Update generated build files"
53
git push origin main
54
else
55
echo "No changes in build folder, nothing to commit."
0 commit comments