You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Print Workflow Dispatch Inputs and Env Vars
1
+
# Print Workflow Dispatch Inputs
2
2
3
3
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.
Copy file name to clipboardexpand all lines: action.yml
+2-2
Original file line number
Diff line number
Diff 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.'
3
3
inputs:
4
4
print_env_vars:
5
5
description: 'Whether to print environment variables'
0 commit comments