From 246f5b7b12ff941fa347b2921188285610e876d4 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 02:42:37 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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