Update update-supported.yml
This commit is contained in:
parent
f2fbcece56
commit
87d8eb80c3
|
|
@ -18,12 +18,12 @@ jobs:
|
|||
|
||||
- name: fill
|
||||
run: |
|
||||
git status
|
||||
chmod a+x action
|
||||
./action
|
||||
./action | tee /dev/null
|
||||
git config --global user.name "${{ github.repository_owner }}"
|
||||
git config --global user.email "noreply@github.com"
|
||||
git add public
|
||||
git add TODO
|
||||
#git add .
|
||||
git add --all
|
||||
git commit -m "update supported"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Reference in New Issue