Skip to content

[GHA] Specify ref when calling workflow #3

[GHA] Specify ref when calling workflow

[GHA] Specify ref when calling workflow #3

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
call-reusable-pull-request-workflow:
name: Checks
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
with:
benchmarks_linux_enabled: false
license_header_check_project_name: "SwiftOpenAPIGenerator"

Check failure on line 13 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 13, Col: 42): Invalid input, license_header_check_project_name is not defined in the referenced workflow.