1 parent 2142dba commit c41a820Copy full SHA for c41a820
1 file changed
.github/workflows/create_pr.yml
@@ -9,5 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
+ - uses: actions/checkout@v3
13
+
14
+ - name: Branch name test
15
+ run: echo running on branch ${GITHUB_REF##*/}
16
17
- name: Run merge.py
18
run: python merge.py
0 commit comments