Skip to content

add example workflows #1

add example workflows

add example workflows #1

name: Prod - Pipeline
on:
push:
branches:
- main
workflow_dispatch:
jobs:
call-reusable-build-and-deploy:
uses: ./.github/workflows/template-deploy.yml

Check failure on line 10 in .github/workflows/example-prod-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/example-prod-deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/example-prod-deploy.yml" -> "./.github/workflows/template-deploy.yml" : failed to fetch workflow: workflow was not found.
with:
environment: 'prod'
secrets: inherit