diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index af967f3..30167d6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -76,6 +76,6 @@ jobs: exit 1 else echo "✅ Changes detected! Committing and pushing..." - git commit -m "chore: deploy slashroot-cc update ${{ gitea.sha }} [skip ci]" + git commit -m "BOT: (deploy) slashroot-cc update ${{ gitea.sha }}" git push origin main fi