ZWaveJS: Add names to colors in Installer Settings (#22819) #1357
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/checkout@v4.2.2 | |
- name: Upload Translations | |
run: | | |
export LOKALISE_TOKEN="${{ secrets.LOKALISE_TOKEN }}" | |
./script/translations_upload_base |