File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22set -eux
33
44# merge from upstream
5- cd ${{ GITHUB_ACTION_PATH } }/cpython-doc-catalog
5+ cd ${GITHUB_ACTION_PATH} /cpython-doc-catalog
66git remote add upstream https://github.com/python/cpython.git
77git remote -v
88git fetch --quiet upstream
9- git merge --no-ff upstream/${{ CPYTHON_BRANCH } } -m " Merge remote-tracking branch 'upstream/${{ CPYTHON_BRANCH } } ' into ${{ CATALOG_BRANCH } } by GitHub Actions"
9+ git merge --no-ff upstream/${env. CPYTHON_BRANCH} -m " Merge remote-tracking branch 'upstream/${env. CPYTHON_BRANCH} ' into ${env. CATALOG_BRANCH} by GitHub Actions"
1010
1111# generate catalog
1212cd Doc
@@ -26,8 +26,8 @@ echo "I have .pot file(s) to upload"
2626
2727rm -rf .tx
2828sphinx-intl create-txconfig
29- sphinx-intl update-txconfig-resources --transifex-project-name=${{ TRANSIFEX_PROJECT } } --locale-dir . --pot-dir pot
29+ sphinx-intl update-txconfig-resources --transifex-project-name=${env. TRANSIFEX_PROJECT} --locale-dir . --pot-dir pot
3030tx push --source --parallel
3131git add .tx
3232git commit --message=" [skip ci] Update .pot files and .tx/config"
33- git push --quiet " git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${{ CATALOG_BRANCH } } :${{ CATALOG_BRANCH } }
33+ git push --quiet " git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${env. CATALOG_BRANCH} :${env. CATALOG_BRANCH}
You can’t perform that action at this time.
0 commit comments