Test what inputs looks like when running via push
This commit is contained in:
parent
b032bbfabb
commit
352ce6b38a
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**/test.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
boolean:
|
||||||
|
description: 'Boolean'
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -25,3 +33,6 @@ jobs:
|
||||||
jq . - <<'EOF'
|
jq . - <<'EOF'
|
||||||
${{ toJSON(secrets) }}
|
${{ toJSON(secrets) }}
|
||||||
EOF
|
EOF
|
||||||
|
jq . - <<'EOF'
|
||||||
|
${{ toJSON(inputs) }}
|
||||||
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue