Skip to content

Commit 1f55521

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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-actions-cli@v1
53+
uses: simplelocalize/github-action-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-actions-cli@v1
60+
uses: simplelocalize/github-action-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-actions-cli@v1
66+
uses: simplelocalize/github-action-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-actions-cli@v1
73+
uses: simplelocalize/github-action-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-actions-cli@v1
80+
uses: simplelocalize/github-action-cli@v1
8181
with:
8282
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
8383
command: 'pull'

0 commit comments

Comments
 (0)