diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 71fec0cd4e9..acff2a6bdb8 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -201,5 +201,5 @@ jobs: git config user.email github-actions@github.com # Stage the Set-implementation-list.md file, commit, then push git add . - git commit -m Update Set-implementation-list.md + git commit -m "Update Set-implementation-list.md" git push