File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 25
25
environment : dev
26
26
27
27
steps :
28
+ - name : Print Workflow Dispatch Inputs and Env Vars
29
+ uses : shayki5/print-workflow-dispatch-inputs@v1
30
+ with :
31
+ add_to_summary : ' true'
32
+ print_env_vars : ' false'
28
33
- name : Check out repository
29
34
uses : actions/checkout@v3
30
35
Original file line number Diff line number Diff line change 57
57
SELECTOR : ${{ steps.deploy-and-expose.outputs.selector }}
58
58
59
59
steps :
60
+ - name : Print Workflow Dispatch Inputs and Env Vars
61
+ uses : shayki5/print-workflow-dispatch-inputs@v1
62
+ with :
63
+ add_to_summary : ' true'
64
+ print_env_vars : ' false'
60
65
- name : Check for required secrets
61
66
uses : actions/github-script@v6
62
67
with :
Original file line number Diff line number Diff line change 56
56
SELECTOR : ${{ steps.deploy-and-expose.outputs.selector }}
57
57
58
58
steps :
59
+ - name : Print Workflow Dispatch Inputs and Env Vars
60
+ uses : shayki5/print-workflow-dispatch-inputs@v1
61
+ with :
62
+ add_to_summary : ' true'
63
+ print_env_vars : ' false'
59
64
- name : Check for required secrets
60
65
uses : actions/github-script@v6
61
66
with :
Original file line number Diff line number Diff line change 57
57
SELECTOR : ${{ steps.deploy-and-expose.outputs.selector }}
58
58
59
59
steps :
60
+ - name : Print Workflow Dispatch Inputs and Env Vars
61
+ uses : shayki5/print-workflow-dispatch-inputs@v1
62
+ with :
63
+ add_to_summary : ' true'
64
+ print_env_vars : ' false'
60
65
- name : Check for required secrets
61
66
uses : actions/github-script@v6
62
67
with :
You can’t perform that action at this time.
0 commit comments