Skip to content

restore

restore #18

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "add_transifex_ci"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
name: "Pull / Push translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"

Check failure on line 16 in .github/workflows/translate.yml

View workflow run for this annotation

GitHub Actions / Translate

Invalid workflow file

The workflow is not valid. .github/workflows/translate.yml (Line: 16, Col: 11): Input steps is required, but not provided while calling.
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"