Make the accept audio recording button valid state much more visible #1769
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: 🌎 Push Translations | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
translations: | |
runs-on: ubuntu-20.04 | |
if: ${{ github.repository == 'opengisch/QField' }} | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install Requirements | |
run: | | |
sudo apt-get install -y qttools5-dev-tools | |
# v1.6.5: 2023-02-16 | |
curl -OL https://github.com/transifex/cli/releases/download/v1.6.5/tx-linux-amd64.tar.gz | |
tar -xvzf tx-linux-amd64.tar.gz | |
./scripts/ci/env_gh.sh | |
- name: "🌍 Push Translations" | |
env: | |
tx_token: ${{ secrets.TX_TOKEN }} | |
run: TX_TOKEN=$tx_token ./scripts/ci/update-translations.sh |