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 be75e0e commit 5afa00aCopy full SHA for 5afa00a
.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 branch ${GITHUB_REF##*/}
+ run: python merge.py ${GITHUB_REF##*/}
0 commit comments