From 6dbe4fc80ecd368f0fa868070de2c1ed6309f9f9 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 03:17:05 -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 98c90ecf96f..275e1daf2b1 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -197,8 +197,8 @@ jobs: - name: commit run: | # Setup git config - # git config user.name github-actions - # git config user.email github-actions@github.com + git config user.name github-actions + git config user.email github-actions@github.com # Stage the Set-implementation-list.md file, commit, then push git add ./wiki/* git commit -m "Update Set-implementation-list.md"