From 6a41739a2c75066f758869999fabf6743f6dcdf9 Mon Sep 17 00:00:00 2001 From: Gabe Albert <577052+gabeosx@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:33:06 -0400 Subject: [PATCH] ci: provide repository context for release checks --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef3602..4d3acf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: env: PR_TITLE: ${{ github.event.pull_request.title }} GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} run: | if [ -z "$PR_TITLE" ]; then PR_TITLE=$(gh pr list --head "$GITHUB_REF_NAME" --state open --json title --jq '.[0].title // ""')