Skip to content

Commit f2f3fc9

Browse files
committed
chore: v3.0.0-next.1
1 parent e265120 commit f2f3fc9

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crowdin/cli:5.0.0-next.3
1+
FROM crowdin/cli:5.0.0-next.4
22

33
RUN apk --no-cache add curl git git-lfs jq gnupg su-exec;
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v4
7676

7777
- name: crowdin action
78-
uses: crowdin/github-action@v3.0.0-next.0
78+
uses: crowdin/github-action@v3.0.0-next.1
7979
with:
8080
upload_sources: true
8181
upload_translations: false
@@ -228,7 +228,7 @@ You can also run any other Crowdin CLI command by specifying the `command` and `
228228

229229
```yaml
230230
- name: crowdin action
231-
uses: crowdin/github-action@v3.0.0-next.0
231+
uses: crowdin/github-action@v3.0.0-next.1
232232
with:
233233
command: 'auto-translate'
234234
command_args: '-l uk --method tm --branch main'

docs/AI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Upload Sources to Crowdin
52-
uses: crowdin/github-action@v3.0.0-next.0
52+
uses: crowdin/github-action@v3.0.0-next.1
5353
with:
5454
upload_sources: true
5555
upload_translations: false
@@ -62,7 +62,7 @@ jobs:
6262
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
6363

6464
- name: Pre-translate with AI
65-
uses: crowdin/github-action@v3.0.0-next.0
65+
uses: crowdin/github-action@v3.0.0-next.1
6666
with:
6767
command: 'auto-translate'
6868
command_args: '--method ai --ai-prompt=${{ secrets.PROMPT_ID }}'
@@ -71,7 +71,7 @@ jobs:
7171
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
7272

7373
- name: Download Translations from Crowdin
74-
uses: crowdin/github-action@v3.0.0-next.0
74+
uses: crowdin/github-action@v3.0.0-next.1
7575
with:
7676
upload_sources: false
7777
upload_translations: false

docs/EXAMPLES.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
- name: Synchronize with Crowdin
54-
uses: crowdin/github-action@v3.0.0-next.0
54+
uses: crowdin/github-action@v3.0.0-next.1
5555
with:
5656
upload_sources: true
5757
upload_translations: true
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v4
8686

8787
- name: Synchronize with Crowdin
88-
uses: crowdin/github-action@v3.0.0-next.0
88+
uses: crowdin/github-action@v3.0.0-next.1
8989
with:
9090
upload_sources: true
9191
upload_translations: false
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v4
118118

119119
- name: Crowdin sync
120-
uses: crowdin/github-action@v3.0.0-next.0
120+
uses: crowdin/github-action@v3.0.0-next.1
121121
with:
122122
upload_sources: true
123123
upload_translations: false
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@v4
152152
153153
- name: Crowdin push
154-
uses: crowdin/github-action@v3.0.0-next.0
154+
uses: crowdin/github-action@v3.0.0-next.1
155155
with:
156156
upload_sources: true
157157
upload_translations: false
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/checkout@v4
179179
180180
- name: Crowdin push
181-
uses: crowdin/github-action@v3.0.0-next.0
181+
uses: crowdin/github-action@v3.0.0-next.1
182182
with:
183183
upload_sources: true
184184
upload_translations: false
@@ -224,7 +224,7 @@ jobs:
224224
restore-keys: crowdin-${{ github.ref_name }}-
225225
226226
- name: Crowdin push
227-
uses: crowdin/github-action@v3.0.0-next.0
227+
uses: crowdin/github-action@v3.0.0-next.1
228228
with:
229229
upload_sources: true
230230
upload_translations: false
@@ -263,7 +263,7 @@ jobs:
263263
uses: actions/checkout@v4
264264
265265
- name: Crowdin pull
266-
uses: crowdin/github-action@v3.0.0-next.0
266+
uses: crowdin/github-action@v3.0.0-next.1
267267
with:
268268
upload_sources: false
269269
upload_translations: false
@@ -298,7 +298,7 @@ jobs:
298298
uses: actions/checkout@v4
299299
300300
- name: Crowdin pull
301-
uses: crowdin/github-action@v3.0.0-next.0
301+
uses: crowdin/github-action@v3.0.0-next.1
302302
with:
303303
download_translations: false
304304
download_bundle: 1
@@ -334,7 +334,7 @@ jobs:
334334
uses: actions/checkout@v4
335335
336336
- name: Synchronize with Crowdin
337-
uses: crowdin/github-action@v3.0.0-next.0
337+
uses: crowdin/github-action@v3.0.0-next.1
338338
with:
339339
upload_sources: true
340340
upload_translations: true
@@ -364,7 +364,7 @@ By default, the Action looks for the `crowdin.yml` file in the repository root.
364364
# ...
365365
366366
- name: Crowdin
367-
uses: crowdin/github-action@v3.0.0-next.0
367+
uses: crowdin/github-action@v3.0.0-next.1
368368
with:
369369
config: '.github/crowdin.yml'
370370
#...
@@ -396,7 +396,7 @@ jobs:
396396
uses: actions/checkout@v4
397397
398398
- name: Matrix
399-
uses: crowdin/github-action@v3.0.0-next.0
399+
uses: crowdin/github-action@v3.0.0-next.1
400400
with:
401401
upload_sources: false
402402
upload_translations: false
@@ -442,7 +442,7 @@ jobs:
442442
fetch-depth: 0
443443
444444
- name: Synchronize with Crowdin
445-
uses: crowdin/github-action@v3.0.0-next.0
445+
uses: crowdin/github-action@v3.0.0-next.1
446446
with:
447447
upload_sources: true
448448
upload_translations: true
@@ -527,7 +527,7 @@ There is a possibility to get the URL, number, and creation status of the Pull R
527527
```yaml
528528
# ...
529529
- name: Crowdin
530-
uses: crowdin/github-action@v3.0.0-next.0
530+
uses: crowdin/github-action@v3.0.0-next.1
531531
id: crowdin-download
532532
with:
533533
download_translations: true
@@ -588,7 +588,7 @@ jobs:
588588
permission-pull-requests: write
589589
590590
- name: Synchronize with Crowdin
591-
uses: crowdin/github-action@v3.0.0-next.0
591+
uses: crowdin/github-action@v3.0.0-next.1
592592
with:
593593
upload_sources: true
594594
download_translations: true
@@ -627,7 +627,7 @@ jobs:
627627
uses: actions/checkout@v4
628628
629629
- name: Check translation progress
630-
uses: crowdin/github-action@v3.0.0-next.0
630+
uses: crowdin/github-action@v3.0.0-next.1
631631
with:
632632
command: 'status translation'
633633
command_args: '--fail-if-incomplete'
@@ -654,7 +654,7 @@ jobs:
654654
uses: actions/checkout@v4
655655
656656
- name: Pre-translate
657-
uses: crowdin/github-action@v3.0.0-next.0
657+
uses: crowdin/github-action@v3.0.0-next.1
658658
with:
659659
command: 'auto-translate'
660660
command_args: '--language uk --method tm'

0 commit comments

Comments
 (0)