Skip to content

Commit 086ad1f

Browse files
committed
Fix workflow
1 parent 46a6654 commit 086ad1f

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
@@ -43,6 +43,6 @@ jobs:
4343
- name: Create pull request
4444
shell: bash
4545
run: |
46-
gh pr create --fill
46+
gh pr create --fill --head pull_upstream
4747
env:
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)