Skip to content

Commit 19822eb

Browse files
committed
test
1 parent 2f125f6 commit 19822eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/3-lang-and-zs-to-paratranz.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ on:
77
env:
88
PARATRANZ_TOKEN: ${{ secrets.PARATRANZ_TOKEN }}
99
PARATRANZ_PROJECT_ID: ${{ secrets.PARATRANZ_PROJECT_ID }}
10-
GIT_AUTHOR: MuXiu1997 <muxiu1997@gmail.com>
10+
GIT_AUTHOR: Kiwi233 <huaxia0611@qq.com>
1111

1212
jobs:
1313
check-and-parse-issue:
1414
if: contains(github.event.issue.labels.*.name, '自动化:lang+zs→paratranz')
1515
name: Check And Parse Issue
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Checkout MuXiu1997/GTNH-translation-compare
18+
- name: Checkout Kiwi233/GTNH-translation-compare
1919
uses: actions/checkout@v3
2020
with:
21-
repository: MuXiu1997/GTNH-translation-compare
21+
repository: Kiwi233/GTNH-translation-compare
2222
ref: main
2323
- name: Ensure Dependencies
2424
uses: ./.github/actions/ensure-dependencies
@@ -52,10 +52,10 @@ jobs:
5252
if: ${{ needs.check-and-parse-issue.outputs.passed == 'true' }}
5353
runs-on: ubuntu-latest
5454
steps:
55-
- name: Checkout MuXiu1997/GTNH-translation-compare
55+
- name: Checkout Kiwi233/GTNH-translation-compare
5656
uses: actions/checkout@v3
5757
with:
58-
repository: MuXiu1997/GTNH-translation-compare
58+
repository: Kiwi233/GTNH-translation-compare
5959
ref: main
6060
- name: Ensure Dependencies
6161
uses: ./.github/actions/ensure-dependencies

0 commit comments

Comments
 (0)