Skip to content

Commit ba72438

Browse files
authored
Update README.md
1 parent caebf88 commit ba72438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Print Workflow Dispatch Inputs and Env Vars
37-
uses: shayki5/print-workflow-dispatch-inputs@v1
37+
uses: shayki5/print-workflow-dispatch-inputs@v1.0.2
3838
with:
39-
print_env_vars: 'true' # Set to 'true' to print environment variables as well (default: false)
39+
print_env_vars: 'true' # Set 'true' to print environment variables as well (default: false)
4040
```
4141
4242
When you manually trigger this workflow and provide values for the inputs, the action will print these input values to the log. If `print_env_vars` is set to 'true', it will also print all environment variables.

0 commit comments

Comments
 (0)