Skip to content

Commit d33d9a2

Browse files
authored
Fix description length
1 parent 03f78db commit d33d9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.'
2+
description: 'Print all workflow_dispatch input values and environment variables to the log. can add inputs to the GitHub Summary'
33
inputs:
44
print_env_vars:
55
description: 'Whether to print environment variables'

0 commit comments

Comments
 (0)