Skip to content

Commit aca79ee

Browse files
chore: CG-10900 set repository in actions/checkout (#623)
1 parent b0df22e commit aca79ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }}
55+
repository: ${{ github.event.repository.full_name }}
5556

5657
- name: Install UV
5758
uses: astral-sh/[email protected]

0 commit comments

Comments
 (0)