This commit is contained in:
zenobit 2025-04-15 06:12:57 +02:00 committed by GitHub
parent 1183b8dedd
commit c9a6c5aa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
git add . || echo "add . failed"
sort -u < TODO/all | tee TODO/all
git add TODO/all || echo "add TODO/all failed"
git rm -f public/tmp_\*
git rm -f --ignore-unmatch public/tmp_\*
git add public || echo "add public failed"
git add --all || echo "add --all failed"
git commit -m "update supported" || echo "commit failed"