Skip to content

Commit 2a0d819

Browse files
committed
Fix workflow
1 parent 86a9ac4 commit 2a0d819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
if: steps.commit.outcome == 'success'
6262
shell: bash
6363
run: |
64-
gh pr create --fill --head pull_upstream
64+
gh pr create --fill --base ${{ github.ref_name }} --head pull_upstream
6565
env:
6666
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)