Skip to content

Commit 7cbf06f

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/bump-up.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ jobs:
2121

2222
steps:
2323
- name: Check out cpython-doc-catalog
24-
uses: actions/chekout@v2
24+
uses: actions/chekout@v1
2525

2626
- name: Create directories
2727
run: |
2828
# Create messages directory
2929
mkdir -p cpython-doc-catalog/Doc/locales/ja/
30-
# ...
30+
# test checkout
31+
pwd
32+
echo ${GITHUB_WORKSPACE}
3133
3234
- name: Test checkout
3335
run: |

0 commit comments

Comments
 (0)