Skip to content

Commit c41a820

Browse files
authored
Update create_pr.yml
1 parent 2142dba commit c41a820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create_pr.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12+
- uses: actions/checkout@v3
13+
14+
- name: Branch name test
15+
run: echo running on branch ${GITHUB_REF##*/}
16+
1217
- name: Run merge.py
1318
run: python merge.py

0 commit comments

Comments
 (0)