Add user condition to conditional card (#18265) #983
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Translations | |
on: | |
push: | |
branches: | |
- dev | |
paths: | |
- src/translations/en.json | |
jobs: | |
upload: | |
name: Upload | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/[email protected] | |
- name: Upload Translations | |
run: | | |
export LOKALISE_TOKEN="${{ secrets.LOKALISE_TOKEN }}" | |
./script/translations_upload_base |