Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-24 02:41:28 -07:00 committed by GitHub
parent 18accccebc
commit 2001002677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,8 +197,9 @@ jobs:
- name: commit
run: |
# Setup git config
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 -A
git add .
git commit -m Update Set-implementation-list.md
git push