Skip to content

Commit 02b01d1

Browse files
authored
add inputs to summary (#2)
1 parent b41812b commit 02b01d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Print Workflow Dispatch Inputs and Env Vars
1+
# Print Workflow Dispatch Inputs
22

33
This GitHub Action prints all input values from a `workflow_dispatch` event to the log. Optionally, it can also print environment variables and add inputs to the GitHub Summary in a collapsible format.
44

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Print Workflow Dispatch Inputs and Env Vars'
2-
description: 'A GitHub Action that prints all workflow_dispatch input values and optionally environment variables to the log'
1+
name: 'Print Workflow Dispatch Inputs'
2+
description: 'A GitHub Action that prints all workflow_dispatch input values and optionally environment variables to the log. optionally can add inputs to the GitHub Summary in a collapsible format.'
33
inputs:
44
print_env_vars:
55
description: 'Whether to print environment variables'

0 commit comments

Comments
 (0)