Skip to content

Commit 6cdfcd9

Browse files
committed
Test checking out base repo in gha
1 parent 511a338 commit 6cdfcd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/add-remove-labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# -f "content=+1"
5959

6060
- uses: actions/checkout@v4
61+
with:
62+
ref: ${{ github.event.pull_request.base.ref || 'main' }}
63+
repository: ${{ github.repository }}
6164

6265
- name: Install uv
6366
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)