Update update-supported.yml

This commit is contained in:
zenobit 2025-04-01 16:10:02 +02:00 committed by GitHub
parent f2fbcece56
commit 87d8eb80c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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