We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294bc5f commit 3a5cbcdCopy full SHA for 3a5cbcd
.github/workflows/update-tailwind.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
git config --local user.email "github-actions@example.com"
23
git config --local user.name "GitHub Actions"
24
- git commit -am "Update tailwind.css" || echo "No changes to commit"
+ git diff --quiet app/assets || git commit -am "Update tailwind.css"
25
26
- name: Push changes
27
uses: ad-m/github-push-action@master
0 commit comments