From c92a868718e83edf3fe42a75a83908bec3456988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Wed, 10 Jun 2026 20:17:57 +0200 Subject: [PATCH] CI: fix git repo --- .github/workflows/sync-main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-main.yml b/.github/workflows/sync-main.yml index 6a9fb9d..a08095c 100644 --- a/.github/workflows/sync-main.yml +++ b/.github/workflows/sync-main.yml @@ -47,9 +47,11 @@ jobs: id: existing env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REPO: ${{ github.repository }} run: | PR_NUMBER=$(gh pr list \ --base main \ + --repo "$REPO" \ --head "${{ steps.branch.outputs.source }}" \ --state open \ --json number \ @@ -65,6 +67,7 @@ jobs: run: | PR_URL=$(gh pr create \ --base main \ + --repo "$REPO" \ --head "${{ steps.branch.outputs.source }}" \ --title "Weekly sync: ${{ steps.branch.outputs.source }} → main" \ --body "$(cat <