@@ -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'
0 commit comments