Skip to content

Commit

Permalink
Use latest patched crowdin action
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 10, 2022
1 parent 5d29609 commit 6455870
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make gettext
- name: Crowdin Action
uses: crowdin/github-action@1.5.1
uses: crowdin/github-action@Version-1.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down Expand Up @@ -60,3 +60,6 @@ jobs:
If you want to help to make the localization better, or add a new language, go to [Crowdin](https://crowdin.com/project/openskill) and start helping!.
[![Crowdin](https://badges.crowdin.net/openskill/localized.svg)](https://crowdin.com/project/openskill)
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 6455870

Please sign in to comment.