diff --git a/pilot/workflow-template.yml b/pilot/workflow-template.yml index 57b5183..9c1ed0b 100644 --- a/pilot/workflow-template.yml +++ b/pilot/workflow-template.yml @@ -41,5 +41,5 @@ jobs: set -e # Fetch the reviewer script from the pragent repo (private → bot token). curl -fsS -H "Authorization: token $PRAGENT_BOT_TOKEN" \ - "$GITEA_API/api/v1/repos/gitea_admin/pragent/raw/branch/main/pilot/ai_review.py" -o ai_review.py + "$GITEA_API/api/v1/repos/gitea_admin/pragent/raw/pilot/ai_review.py?ref=main" -o ai_review.py python3 ai_review.py \ No newline at end of file