Skip to content
on:
workflow_call:
inputs:
workflow:
required: true
type: string
event_name:
required: true
type: string
run_id:
required: true
type: string
jobs:
dispatch:
uses: ${{ inputs.workflow }}

Check failure on line 16 in .github/workflows/AEF-DDF-dispatch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/AEF-DDF-dispatch.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit