Skip to content

Commit 0e5ccc3

Browse files
authored
Update bump-up.yml
1 parent e8dd0e3 commit 0e5ccc3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/bump-up.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
- name: Check out cpython-doc-catalog
2424
uses: actions/chekout@v2
2525

26-
- name: Create directory
26+
- name: Create directories
2727
run: |
28+
# Create messages directory
2829
mkdir -p cpython-doc-catalog/Doc/locales/ja/
29-
30-
- name: Check out python-docs-ja
31-
uses: actions/checkout@v2
32-
with:
33-
repository: python-doc-ja/cpython-doc-catalog
34-
path: cpython-doc-catalog/Doc/locales/ja/
30+
# ...
3531
3632
- name: Test checkout
3733
run: |

0 commit comments

Comments
 (0)