Skip to content

f feat added aef-ddf workflow #5

f feat added aef-ddf workflow

f feat added aef-ddf workflow #5

Workflow file for this run

on:
workflow_call:
inputs:
event_name:
required: true
run_id:
required: true
jobs:
ddf_workflows:
strategy:
matrix:
workflow: [lint, document, pkgdown]
steps:

Check failure on line 14 in .github/workflows/AEF-DFF-all.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/AEF-DFF-all.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: ssi-dk/AEF-DDF/reuseable_workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
run_event: ${{ run_event.${{ matrix.workflow }} }}
secrets: inherit