We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4505a8e commit 4afae8dCopy full SHA for 4afae8d
.github/workflows/publish-events.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --global user.name clojure-build
40
git config --global user.email "[email protected]"
41
git add content/events
42
- if git status | grep -q modified
+ if ! git diff --quiet --cached
43
then
44
git commit -m 'update events'
45
git push
0 commit comments