We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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