Skip to content

Commit

Permalink
Fix action version in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Nov 16, 2022
1 parent 7092586 commit 4915a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3

- name: Synchronize with Crowdin
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: true
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v3

- name: Synchronize with Crowdin
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: false
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v3

- name: Crowdin sync
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: false
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@v3

- name: Crowdin push
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: false
Expand All @@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v3

- name: Crowdin push
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: false
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/checkout@v3

- name: Crowdin pull
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: false
upload_translations: false
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
uses: actions/checkout@v3

- name: Synchronize with Crowdin
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: true
upload_translations: true
Expand All @@ -251,7 +251,7 @@ jobs:
...

- name: Crowdin
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
config: '.github/crowdin.yml'

Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
uses: actions/checkout@v3

- name: Matrix
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_sources: false
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: crowdin action
uses: crowdin/github-action@1
uses: crowdin/github-action@1.5.1
with:
upload_translations: true
download_translations: true
Expand Down

0 comments on commit 4915a1e

Please sign in to comment.