Skip to content

dev hot

dev hot #9

Workflow file for this run

name: cook
on:
workflow_dispatch:
schedule:
- cron: "0 */12 * * *"
push:
branches:
- dev-hot
jobs:
master:
uses: ./.github/workflows/cook-branch.yml

Check failure on line 12 in .github/workflows/cook.yml

View workflow run for this annotation

GitHub Actions / cook

Invalid workflow file

The workflow is not valid. In .github/workflows/cook.yml (Line: 12, Col: 11): Error from called workflow JinnLynn/genpac/.github/workflows/cook-branch.yml@128db20fc5d7e84332e3698265f165a9166c4bf2 (Line: 8, Col: 9): Unexpected value 'require'
with:
branch: master
dev:
uses: ./.github/workflows/cook-branch.yml
with:
branch: dev