Skip to content

Testing workflows

Testing workflows #2

name: Git PR Status Checks
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr-status-check:
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"

Check failure on line 12 in .github/workflows/git-pr-status-checks.yml

View workflow run for this annotation

GitHub Actions / Git PR Status Checks

Invalid workflow file

The workflow is not valid. .github/workflows/git-pr-status-checks.yml (Line: 12, Col: 11): Input BUILDING_BLOCKS_GIT_REPO_URL is required, but not provided while calling.
secrets: inherit