From a47679af05a189f3914ae1a486396f7d774deaea Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 02:34:56 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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