Обновить .gitea/workflows/backup.yml

This commit is contained in:
2026-04-24 22:46:39 +03:00
parent bc1d32a7e4
commit ee98594042
+1 -1
View File
@@ -32,6 +32,6 @@ jobs:
git config --global user.name "backup-bot"
git config --global user.email "backup@example.com"
git add *.tar.gz || true
git add *.bkp || true
git commit -m "Weekly OpenWrt backup $(date)" || true
git push