We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a6654 commit 086ad1fCopy full SHA for 086ad1f
1 file changed
.github/workflows/pull_upstream.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Create pull request
44
shell: bash
45
run: |
46
- gh pr create --fill
+ gh pr create --fill --head pull_upstream
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments