Skip to content

Release Auto

Release Auto #1

Workflow file for this run

name: Release Auto
on:
workflow_dispatch:
schedule:
# at 5:30 UTC every other month
- cron: "30 5 1 */2 *"
jobs:
check:
uses: coditory/workflows/.github/workflows/release-auto-check.yml@v1

Check failure on line 11 in .github/workflows/_release-auto.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_release-auto.yml

Invalid workflow file

error parsing called workflow ".github/workflows/_release-auto.yml" -> "coditory/workflows/.github/workflows/release-auto-check.yml@v1" : failed to fetch workflow: workflow was not found.
secrets: inherit
auto-release:
uses: coditory/workflows/.github/workflows/release-action.yml@v1
secrets: inherit
if: needs.check.outputs.release == 'true'
needs: check