From 04b5fe4981da6f138475a05e1a1737f96d1780b9 Mon Sep 17 00:00:00 2001 From: Christine Wang Date: Mon, 24 Feb 2025 13:02:16 -0800 Subject: [PATCH] chore: CG-10900 set repository in actions/checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e53c158f5..a83062797 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }} + repository: ${{ github.event.repository.full_name }} - name: Install UV uses: astral-sh/setup-uv@v5.3