Skip to content

Test github action call with fixed boolean inputs #26

Test github action call with fixed boolean inputs

Test github action call with fixed boolean inputs #26

Workflow file for this run

name: Test github action call with fixed boolean inputs
on:
workflow_dispatch:
push:
schedule:
- cron: '9 0 * * 3'
jobs:
test:
uses: ./.github/workflows/test.yml
with:
passed_true: true
passed_false: false