fix: default testme Gitea URL #17

Merged
autonomic-bot merged 1 commits from fix/testme-default-gitea-url into main 2026-08-31 19:29:59 +00:00
Owner

What changed

testme-on-pr.sh now applies the documented public default GITEA_URL=git.autonomic.zone when the secret file intentionally contains no URL.

Why

The weekly upgrade run reached its first !testme verification and the helper stopped before posting because it required a value that every other CI helper defaults. The URL is public configuration, not a credential.

Evidence

  • bash -n .claude/skills/recipe-upgrade/testme-on-pr.sh passes.
  • The failing live invocation reported only GITEA_URL: parameter null or not set; the remaining authenticated inputs were present.
  • No secrets are added or committed.
## What changed `testme-on-pr.sh` now applies the documented public default `GITEA_URL=git.autonomic.zone` when the secret file intentionally contains no URL. ## Why The weekly upgrade run reached its first `!testme` verification and the helper stopped before posting because it required a value that every other CI helper defaults. The URL is public configuration, not a credential. ## Evidence - `bash -n .claude/skills/recipe-upgrade/testme-on-pr.sh` passes. - The failing live invocation reported only `GITEA_URL: parameter null or not set`; the remaining authenticated inputs were present. - No secrets are added or committed.
autonomic-bot added 1 commit 2026-08-31 19:29:43 +00:00
autonomic-bot merged commit 1b75d986b2 into main 2026-08-31 19:29:59 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: recipe-maintainers/cc-ci-orchestrator#17