File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cd ${GITHUB_ACTION_PATH}/cpython-doc-catalog
6
6
git remote add upstream https://github.com/python/cpython.git
7
7
git remote -v
8
8
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"
10
10
11
11
# generate catalog
12
12
cd Doc
@@ -30,4 +30,4 @@ sphinx-intl update-txconfig-resources --transifex-project-name=${env.TRANSIFEX_P
30
30
tx push --source --parallel
31
31
git add .tx
32
32
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}
You can’t perform that action at this time.
0 commit comments