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 fa861d9 commit 3ca6a28Copy full SHA for 3ca6a28
1 file changed
.github/workflows/retouch.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Commit and push
31
run: |
32
- if [[ -n $(git status --porcelain) ]]; then
+ if [ -n "$(git status --porcelain)" ]; then
33
git add ./
34
git commit -m "✨ chore: retouch"
35
git push
0 commit comments