Skip to content

Commit 437fbcb

Browse files
committed
Update readme.md
1 parent 3847d20 commit 437fbcb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,34 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Upload translations
53-
uses: simplelocalize/github-action@v1
53+
uses: simplelocalize/github-actions-cli@v1
5454
with:
5555
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
5656
command: 'upload'
5757
cli-version: '2.2.0'
5858
args: '--uploadPath ./translations/{lang}.json --uploadFormat single-language-json --dryRun'
5959
- name: Auto-translate project
60-
uses: simplelocalize/github-action@v1
60+
uses: simplelocalize/github-actions-cli@v1
6161
with:
6262
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
6363
command: 'auto-translate'
6464
cli-version: '2.2.0'
6565
- name: Download translations
66-
uses: simplelocalize/github-action@v1
66+
uses: simplelocalize/github-actions-cli@v1
6767
with:
6868
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
6969
command: 'download'
7070
cli-version: '2.2.0'
7171
args: '--downloadPath ./translations/{lang}.json --downloadFormat single-language-json'
7272
- name: Publish translations
73-
uses: simplelocalize/github-action@v1
73+
uses: simplelocalize/github-actions-cli@v1
7474
with:
7575
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
7676
command: 'publish'
7777
cli-version: '2.2.0'
7878
args: '--environment latest'
7979
- name: Pull translations
80-
uses: simplelocalize/github-action@v1
80+
uses: simplelocalize/github-actions-cli@v1
8181
with:
8282
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
8383
command: 'pull'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Setup SimpleLocalize CLI'
1+
name: 'Invoke SimpleLocalize CLI command'
22
description: 'Manage localization files with SimpleLocalize Github Action'
33
author: "SimpleLocalize"
44
branding:

0 commit comments

Comments
 (0)