We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5350310 commit 33d15c8Copy full SHA for 33d15c8
.github/workflows/build-push-deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
git config --global user.name "github-actions[bot]"
60
git config --global user.email "github-actions[bot]@users.noreply.github.com"
61
git add dist/index.min.* -f
62
- git commit -m "$MSG" --no-verify --signoff
+ git diff-index --quiet HEAD || git commit -m "$MSG" --no-verify --signoff
63
git push origin $BRANCH_NAME
64
65
deploy:
0 commit comments