Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61416d commit 91ca2bdCopy full SHA for 91ca2bd
.github/workflows/create_pr.yml
@@ -20,4 +20,4 @@ jobs:
20
run: git clone https://github.com/python/cpython
21
22
- name: Run merge.py
23
- run: python merge.py ${GITHUB_REF##*/}
+ run: python merge.py branch ${GITHUB_REF##*/}
0 commit comments