name: Update i18n on: workflow_dispatch: # Allows you to run this workflow manually from the Actions tab schedule: - cron: 0 0 * * * # daily at midnight UTC = 7-8pm US Eastern concurrency: group: '${{ github.workflow }}' cancel-in-progress: true permissions: contents: write jobs: update-tx: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: ref: 'develop' - uses: actions/setup-node@v3 with: cache: 'npm' node-version-file: '.nvmrc' - name: Info run: | cat <