diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index f400b66b204..71fec0cd4e9 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -197,8 +197,9 @@ jobs: - name: commit run: | # Setup git config - + git config user.name github-actions + git config user.email github-actions@github.com # Stage the Set-implementation-list.md file, commit, then push - git add -A + git add . git commit -m Update Set-implementation-list.md git push