Skip to content

Commit eab51e2

Browse files
committed
Debug workflow_dispatch inputs
1 parent 28058ad commit eab51e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ on:
2020
type: string
2121

2222
jobs:
23+
debug:
24+
name: Debug inputs
25+
runs-on: ubuntu-latest
26+
steps:
27+
- run: jq . <<< '${{ toJSON(github.event.inputs) }}'
28+
2329
notify:
2430
name: Notify about deployment
2531
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)