mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
4b2f16cfc3
commit
2ab2f38088
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue