Skip to content

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

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

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

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 / .github/workflows/call-reusable-workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-reusable-workflow.yml" -> "joshjohanning-org/contexts-reusable-workflows-test/.github/workflows/contexts.yml@main" (source branch with sha:843715acc897d54d9c59b28a2179b7a6696128be) : You have an error in your yaml syntax on line 44
secrets: inherit
with:
color: green
tags: value1
logLevel: debug