We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bf853 commit 570344dCopy full SHA for 570344d
1 file changed
.github/workflows/bump-version.yml
@@ -45,6 +45,9 @@ jobs:
45
steps:
46
# Checkout to target branch
47
- uses: actions/checkout@v5
48
+ with:
49
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
50
+ ref: ${{ github.event.pull_request.head.ref }}
51
52
# Setup node environment
53
- uses: actions/setup-node@v5
0 commit comments