Skip to content

Commit 0744acd

Browse files
authored
Debug job env
1 parent 555e51a commit 0744acd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update-docs.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on: workflow_dispatch
44
# schedule:
55
# - cron: "0 9 * * *"
66

7-
env:
8-
# branch name of python-docs-ja repository
9-
DOCS_BRANCH: "3.10"
10-
# branch name of cpython repository
11-
CPYTHON_BRANCH: "3.10"
12-
# branch name of cpython-doc-catalog repository
13-
CATALOG_BRANCH: "catalog-3.10"
14-
# Transifex project name
15-
TRANSIFEX_PROJECT: "python-newest"
16-
177
jobs:
188
Org-Preparation:
9+
env:
10+
# branch name of python-docs-ja repository
11+
DOCS_BRANCH: "3.10"
12+
# branch name of cpython repository
13+
CPYTHON_BRANCH: "3.10"
14+
# branch name of cpython-doc-catalog repository
15+
CATALOG_BRANCH: "catalog-3.10"
16+
# Transifex project name
17+
TRANSIFEX_PROJECT: "python-newest"
18+
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo

0 commit comments

Comments
 (0)