Test what inputs looks like when running via push

This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 18:21:17 -04:00
parent b032bbfabb
commit 352ce6b38a

View file

@ -1,5 +1,13 @@
on:
push:
paths:
- '**/test.yml'
workflow_dispatch:
inputs:
boolean:
description: 'Boolean'
required: true
type: boolean
jobs:
build:
@ -25,3 +33,6 @@ jobs:
jq . - <<'EOF'
${{ toJSON(secrets) }}
EOF
jq . - <<'EOF'
${{ toJSON(inputs) }}
EOF