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 192a8c4 commit e672205Copy full SHA for e672205
1 file changed
.github/workflows/wiki.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Add and commit files
64
if: steps.changes.outputs.changed == 'true'
65
run: |
66
+ git add .
67
git config --global user.email "github-actions[bot]@users.noreply.github.com"
68
git config --global user.name "github-actions[bot]"
69
git commit -m "Update submodules at $(date "+DATE: %Y-%m-%d TIME: %H:%M:%S")"
0 commit comments