Skip to content

Workflow file for this run

---
name: "Build All"
on:
push:
paths:
- .github/workflows/build_all.yml
pull_request:
paths:
- .github/workflows/build_all.yml
jobs:
build_robotmk:
uses: octo-org/example-repo/.github/workflows/called-workflow.yml@main

Check failure on line 13 in .github/workflows/build_all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_all.yml" -> "octo-org/example-repo/.github/workflows/called-workflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.