Skip to content

update PDK template and workflows #196

update PDK template and workflows

update PDK template and workflows #196

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"
with:
runs_on: ubuntu-20.04
kernel_modules: false

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 23): Invalid input, kernel_modules is not defined in the referenced workflow. .github/workflows/ci.yml (Line: 21, Col: 25): Invalid input, disable_apparmor is not defined in the referenced workflow.
disable_apparmor: true