FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "Update create_pr.yml" · python/python-docs-tr@ad7094b · GitHub

Commit ad7094b

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

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

‎.github/workflows/create_pr.yml‎

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

Back | FazBrowse Home | New Git URL