From 25315e4cdc937e867ecfddaa564e752043cee73f Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 03:15:57 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index acff2a6bdb8..98c90ecf96f 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -197,9 +197,9 @@ 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 . + git add ./wiki/* git commit -m "Update Set-implementation-list.md" git push