Skip to content

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

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

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

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
secrets: inherit
with:
color: green
tags: value1
logLevel: debug