Skip to content

Commit e672205

Browse files
authored
Update wiki.yml
1 parent 192a8c4 commit e672205

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Add and commit files
6464
if: steps.changes.outputs.changed == 'true'
6565
run: |
66+
git add .
6667
git config --global user.email "github-actions[bot]@users.noreply.github.com"
6768
git config --global user.name "github-actions[bot]"
6869
git commit -m "Update submodules at $(date "+DATE: %Y-%m-%d TIME: %H:%M:%S")"

0 commit comments

Comments
 (0)