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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue