Skip to content

Commit ad7094b

Browse files
committed
Revert "Update create_pr.yml"
This reverts commit 9b783e4.
1 parent 3943326 commit ad7094b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/create_pr.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ on:
55
schedule:
66
- cron: '0 0 1 * *'
77

8-
98
jobs:
109
create_pr:
1110
runs-on: ubuntu-latest
1211

1312
steps:
1413
- uses: actions/checkout@v3
15-
16-
- name: Install dependencies
17-
run: pip install -r requirements.txt
14+
15+
- name: Branch name test
16+
run: echo running on branch ${GITHUB_REF##*/}
1817

1918
- name: Run merge.py
20-
run: python merge.py --branch ${GITHUB_REF##*/}
19+
run: python merge.py

0 commit comments

Comments
 (0)