We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f9ea9 commit 46f08d1Copy full SHA for 46f08d1
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Commit and Push Changes (to temp branch)
81
run: |
82
git add dist index.html
83
- if git diff-index --quiet HEAD --; then
+ if [ -z "$(git status --porcelain)" ]; then
84
echo "No changes to commit"
85
exit 0
86
fi
0 commit comments