Skip to content

Feat(build): implement translate CI #2

Feat(build): implement translate CI

Feat(build): implement translate CI #2

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
publish-release:
permissions:
contents: "write"
name: "Publish release"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/translate.yml

Invalid workflow file

error parsing called workflow ".github/workflows/translate.yml" -> "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1" : failed to fetch workflow: workflow was not found.