Update update-supported.yml
This commit is contained in:
parent
bd0699226e
commit
b2430fdea5
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
run: |
|
||||
git status
|
||||
git add . || echo "add . failed"
|
||||
git add TODO/all || echo "add TODO/all failed"
|
||||
git add --all || echo "add --all failed"
|
||||
git commit -m "update supported" || echo "commit failed"
|
||||
git push || echo "push failed"
|
||||
|
|
|
|||
Loading…
Reference in New Issue