Skip to content

Commit 5095cca

Browse files
authored
Update action.yml
1 parent 3b391f9 commit 5095cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)