fix: remove all Gitea expression syntax from ai-review script
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Successful in 4s
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Successful in 0s

This commit is contained in:
root
2026-07-04 23:09:29 +00:00
parent 105844cf7b
commit b3ab3a6850
+2 -3
View File
@@ -11,9 +11,8 @@ GITEA_API="https://git.sysloggh.net/api/v1"
# Get PR context from Gitea Actions environment
# For push events: GITEA_REPOSITORY, GITEA_SHA
# For PR events: GITEA_REPOSITORY, GITEA_BASE_REF, GITEA_HEAD_REF
REPO="${GITEA_REPOSITORY:-${{ gitea.repository }}}"
BASE_REF="${GITEA_BASE_REF:-${GITEA_REF:-refs/heads/master}}"
REPO="${GITEA_REPOSITORY:-}"
BASE_REF="${GITEA_BASE_REF:-refs/heads/master}"
HEAD_REF="${GITEA_HEAD_REF:-}"
SHA="${GITEA_SHA:-}"