Skip to content

Commit e37fc08

Browse files
authoredJan 19, 2022
Update renew-catalog-template.sh
1 parent 09ffeff commit e37fc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/renew-catalog-template.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd ${GITHUB_ACTION_PATH}/cpython-doc-catalog
66
git remote add upstream https://github.com/python/cpython.git
77
git remote -v
88
git fetch --quiet upstream
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"
9+
git merge --no-ff upstream/${CPYTHON_BRANCH} -m "Merge remote-tracking branch 'upstream/${CPYTHON_BRANCH}' into ${CATALOG_BRANCH} by GitHub Actions"
1010

1111
# generate catalog
1212
cd Doc
@@ -30,4 +30,4 @@ sphinx-intl update-txconfig-resources --transifex-project-name=${env.TRANSIFEX_P
3030
tx push --source --parallel
3131
git add .tx
3232
git 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" ${env.CATALOG_BRANCH}:${env.CATALOG_BRANCH}
33+
git push --quiet "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}

0 commit comments

Comments
 (0)
Please sign in to comment.