Skip to content

Workflow file for this run

name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: eitrtechnologies/test-github-actions-central/.github/workflows/ci.yml@main

Check failure on line 15 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Request or Push

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 15, Col: 11): Error from called workflow eitrtechnologies/test-github-actions-central/.github/workflows/ci.yml@main (Line: 6, Col: 14): Unexpected value 'inherit'
secrets: inherit