diff --git a/.gitea/workflows/render-dnssec-status.yaml b/.gitea/workflows/render-dnssec-status.yaml index bb9bfab..4eb4550 100644 --- a/.gitea/workflows/render-dnssec-status.yaml +++ b/.gitea/workflows/render-dnssec-status.yaml @@ -118,7 +118,7 @@ jobs: - name: Commit and Sign changes. run: | export GNUPGHOME="$(pwd)/.gnupg" - git commit -S -m "DEPLOY BOT: Auto-Generate DNSSEC Status [skip ci]" || echo "No Changes, nothing to Sign or to Commit." + git commit -S -m "DEPLOY BOT: Auto-Generate DNSSEC Status" || echo "No Changes, nothing to Sign or to Commit." env: GIT_SSH_COMMAND: "ssh -p 42842"