We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a4e2b commit 3943326Copy full SHA for 3943326
.github/workflows/create_pr.yml
@@ -17,4 +17,4 @@ jobs:
17
run: pip install -r requirements.txt
18
19
- name: Run merge.py
20
- run: python merge.py branch ${GITHUB_REF##*/}
+ run: python merge.py --branch ${GITHUB_REF##*/}
0 commit comments