This commit is contained in:
zenobit 2025-04-15 05:59:34 +02:00 committed by GitHub
parent 295a3386ab
commit 9a6ac87089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
git add . || echo "add . failed"
git add TODO/all || echo "add TODO/all failed"
git add actions || echo "add actions failed"
git rm public/tmp_\*
git rm -f public/tmp_\*
git add public || echo "add public failed"
git add --all || echo "add --all failed"
git commit -m "update supported" || echo "commit failed"