File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44# clone an additional repository
55cd ${GITHUB_WORKSPACE}
6- git clone --branch ${env. CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
6+ git clone --branch ${CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
77mkdir -p ${GITHUB_WORKSPACE} /cpython-doc-catalog/Doc/locales/ja
88cd ${GITHUB_WORKSPACE} /cpython-doc-catalog/Doc/locales/ja
99ln -s ${GITHUB_WORKSPACE} /python-docs-ja LC_MESSAGES
@@ -25,6 +25,6 @@ if [[ $(git status --short | wc -l) == 0 ]]; then
2525else
2626 echo " I have .po file(s) to upload"
2727 git commit --message=" [skip ci] Update .po files"
28- git push --quiet " git@python-docs-ja.github.com:python/python-docs-ja.git" ${env. DOCS_BRANCH} :${env. DOCS_BRANCH}
28+ git push --quiet " git@python-docs-ja.github.com:python/python-docs-ja.git" ${DOCS_BRANCH} :${DOCS_BRANCH}
2929fi
3030rm -rf ${GITHUB_WORKSPACE} /cpython-doc-catalog/Doc/locales/ja
You can’t perform that action at this time.
0 commit comments