From 2ab2f380880650317a8b370218f2a0ca01378c7b Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 02:32:45 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 7f4b92b4093..5344bcb9792 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -194,3 +194,11 @@ jobs: } catch (err) { console.error(err); } + - name: commit + run: | + # Setup git config + + # Stage the Set-implementation-list.md file, commit, then push + git add ./wiki/Set-implementation-list.md + git commit -m Update Set-implementation-list.md + git push origin master