Skip to content

Commit 570344d

Browse files
committed
fix
1 parent c7bf853 commit 570344d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bump-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
steps:
4646
# Checkout to target branch
4747
- uses: actions/checkout@v5
48+
with:
49+
repository: ${{ github.event.pull_request.head.repo.full_name }}
50+
ref: ${{ github.event.pull_request.head.ref }}
4851

4952
# Setup node environment
5053
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)