Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-24 02:32:45 -07:00 committed by GitHub
parent 4b2f16cfc3
commit 2ab2f38088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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