Skip to content

tset 5

tset 5 #19

name: 'Pipeline: Non-prod'
on:
push:
# branches:
# - '*'
workflow_dispatch:
inputs:
deploy_image:
required: true
type: boolean
jobs:
docker:
uses: './.github/workflows/_pipeline.yml'

Check failure on line 14 in .github/workflows/pipeline-non-prod.yml

View workflow run for this annotation

GitHub Actions / Pipeline: Non-prod

Invalid workflow file

The workflow is not valid. In .github/workflows/pipeline-non-prod.yml (Line: 14, Col: 11): Error from called workflow Vanderscycle/Professional-website/.github/workflows/_pipeline.yml@91010b5c010588830c8ab9712e639d1e1134779c (Line: 12, Col: 9): Unexpected value 'type'
secrets: inherit
with:
deploy_image: ${{ inputs.deploy_image || true }}