We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91405c commit f5c67b8Copy full SHA for f5c67b8
.github/workflows/syncpages.yml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Commit and push, if docs have changed
24
run: |
25
- if git diff origin/master -- ./doc ./AUTHORS.md ./LICENCE.md ./SECURITY.md \
26
- ./README ./NON-AUTOTOOLS-BUILD >/dev/null ; then
+ if ! git diff origin/master -- ./doc ./AUTHORS.md ./LICENCE.md ./SECURITY.md \
+ ./README ./NON-AUTOTOOLS-BUILD >/dev/null ; then
27
# Differences from master: merge and push
28
git config user.name "github-actions[bot]"
29
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments