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 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