Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2200481

Browse files
authored
Update all workflows
1 parentf48c031 commit2200481

File tree

5 files changed

+23
-90
lines changed

5 files changed

+23
-90
lines changed

‎.github/workflows/python-310.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,8 @@ on:
99

1010
jobs:
1111
sync:
12-
runs-on:ubuntu-latest
13-
env:
14-
LOCALE:zh_CN
15-
VERSION:"3.10"
16-
steps:
17-
-uses:actions/checkout@v2
18-
-name:prepare
19-
run:.github/scripts/prepare.sh
20-
-name:update
21-
run:.github/scripts/update.sh
22-
env:
23-
TX_TOKEN:${{ secrets.TRANSIFEX_APIKEY }}
24-
-name:build
25-
run:.github/scripts/build.sh
26-
-name:commit
27-
run:.github/scripts/commit.sh
28-
env:
29-
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
12+
uses:./.github/workflows/sync.yml
13+
with:
14+
version:"3.10"
15+
secrets:inherit
16+

‎.github/workflows/python-311.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,8 @@ on:
99

1010
jobs:
1111
sync:
12-
runs-on:ubuntu-latest
13-
env:
14-
LOCALE:zh_CN
15-
VERSION:"3.11"
16-
steps:
17-
-uses:actions/checkout@v2
18-
-name:prepare
19-
run:.github/scripts/prepare.sh
20-
-name:update
21-
run:.github/scripts/update.sh
22-
env:
23-
TX_TOKEN:${{ secrets.TRANSIFEX_APIKEY }}
24-
-name:build
25-
run:.github/scripts/build.sh
26-
-name:commit
27-
run:.github/scripts/commit.sh
28-
env:
29-
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
12+
uses:./.github/workflows/sync.yml
13+
with:
14+
version:"3.11"
15+
secrets:inherit
16+

‎.github/workflows/python-37.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@ on:
99

1010
jobs:
1111
sync:
12-
runs-on:ubuntu-latest
13-
env:
14-
LOCALE:zh_CN
15-
VERSION:"3.7"
16-
steps:
17-
-uses:actions/checkout@v2
18-
-name:prepare
19-
run:.github/scripts/prepare.sh
20-
-name:update
21-
run:.github/scripts/update.sh
22-
env:
23-
TX_TOKEN:${{ secrets.TRANSIFEX_APIKEY }}
24-
-name:build
25-
run:.github/scripts/build.sh
26-
-name:commit
27-
run:.github/scripts/commit.sh
28-
env:
29-
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
12+
uses:./.github/workflows/sync.yml
13+
with:
14+
version:"3.7"
15+
secrets:inherit

‎.github/workflows/python-38.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@ on:
99

1010
jobs:
1111
sync:
12-
runs-on:ubuntu-latest
13-
env:
14-
LOCALE:zh_CN
15-
VERSION:"3.8"
16-
steps:
17-
-uses:actions/checkout@v2
18-
-name:prepare
19-
run:.github/scripts/prepare.sh
20-
-name:update
21-
run:.github/scripts/update.sh
22-
env:
23-
TX_TOKEN:${{ secrets.TRANSIFEX_APIKEY }}
24-
-name:build
25-
run:.github/scripts/build.sh
26-
-name:commit
27-
run:.github/scripts/commit.sh
28-
env:
29-
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
12+
uses:./.github/workflows/sync.yml
13+
with:
14+
version:"3.8"
15+
secrets:inherit

‎.github/workflows/python-39.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,8 @@ on:
99

1010
jobs:
1111
sync:
12-
runs-on:ubuntu-latest
13-
env:
14-
LOCALE:zh_CN
15-
VERSION:"3.9"
16-
steps:
17-
-uses:actions/checkout@v2
18-
-name:prepare
19-
run:.github/scripts/prepare.sh
20-
-name:update
21-
run:.github/scripts/update.sh
22-
env:
23-
TX_TOKEN:${{ secrets.TRANSIFEX_APIKEY }}
24-
-name:build
25-
run:.github/scripts/build.sh
26-
-name:commit
27-
run:.github/scripts/commit.sh
28-
env:
29-
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
12+
uses:./.github/workflows/sync.yml
13+
with:
14+
version:"3.9"
15+
secrets:inherit
16+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp