Skip to content

.github/workflows/call-reusable-workflow.yml #3

.github/workflows/call-reusable-workflow.yml

.github/workflows/call-reusable-workflow.yml #3

name: call-reusable-workflow
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
jobs:
build:
uses: joshjohanning-org/contexts-reusable-workflows-test/.github/workflows/contexts.yml@main

Check failure on line 15 in .github/workflows/call-reusable-workflow.yml

View workflow run for this annotation

GitHub Actions / call-reusable-workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/call-reusable-workflow.yml (Line: 15, Col: 11): Error from called workflow joshjohanning-org/contexts-reusable-workflows-test/.github/workflows/contexts.yml@main (Line: 35, Col: 14): Unrecognized named-value: 'jobs'. Located at position 8 within expression: toJSON(jobs)
secrets: inherit