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 a629afa commit 968acfeCopy full SHA for 968acfe
.github/workflows/wiki.yml
@@ -59,15 +59,15 @@ jobs:
59
fi
60
61
- name: Add and commit files
62
- if: ${{ steps.changes.outputs.changed != 'true' }}
+ if: ${{ steps.changes.outputs.changed == 'true' }}
63
run: |
64
git add .
65
git config --global user.email "github-actions[bot]@users.noreply.github.com"
66
git config --global user.name "github-actions[bot]"
67
git commit -m "Update submodules at $(date "+DATE: %Y-%m-%d TIME: %H:%M:%S")"
68
69
- name: Push changes
70
71
uses: ad-m/github-push-action@master
72
with:
73
github_token: ${{ github.token }}
0 commit comments