Skip to content

Commit 3ca6a28

Browse files
committed
v1.2.36
1 parent fa861d9 commit 3ca6a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/retouch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Commit and push
3131
run: |
32-
if [[ -n $(git status --porcelain) ]]; then
32+
if [ -n "$(git status --porcelain)" ]; then
3333
git add ./
3434
git commit -m "✨ chore: retouch"
3535
git push

0 commit comments

Comments
 (0)