8000 Update create_pr.yml · python/python-docs-tr@c41a820 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 5 additions & 0 deletions
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)
0