Update update-supported.yml

This commit is contained in:
zenobit 2025-04-10 04:17:26 +02:00 committed by GitHub
parent bd0699226e
commit b2430fdea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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