Skip to content

kernelCTF verify all PRs again #3

kernelCTF verify all PRs again

kernelCTF verify all PRs again #3

name: kernelCTF verify all PRs again
on:
workflow_dispatch:
inputs:
prs:
description: 'PRs to verify'
type: string
required: true
skipRepro:
description: 'Skip reproduction'
type: boolean
required: false
default: false
permissions: {}
jobs:
verify:
strategy:
matrix:
pr: ${{ fromJSON(inputs.prs) }}
fail-fast: false # do not cancel test of other targets
uses: ./.github/workflows/kernelctf-submission-verification.yaml

Check failure on line 21 in .github/workflows/kernelctf-verify-all.yaml

View workflow run for this annotation

GitHub Actions / kernelCTF verify all PRs again

Invalid workflow file

The workflow is not valid. In .github/workflows/kernelctf-verify-all.yaml (Line: 21, Col: 11): Error from called workflow google/security-research/.github/workflows/kernelctf-submission-verification.yaml@7a430e82fdcaf0026c373da3a36391142a6604d3 (Line: 12, Col: 9): Required property is missing: type
secrets: inherit
with:
prNumber: ${{ matrix.pr }}
skipRepro: ${{ inputs.skipRepro }}