diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 5344bcb9792..0d12c27e7f1 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -199,6 +199,6 @@ jobs: # Setup git config # Stage the Set-implementation-list.md file, commit, then push - git add ./wiki/Set-implementation-list.md + git add -A git commit -m Update Set-implementation-list.md - git push origin master + git push