Skip to content

Commit caebf88

Browse files
authored
Update README.md
1 parent 911d2a6 commit caebf88

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Print Workflow Dispatch Inputs and Env Vars
3737
uses: shayki5/print-workflow-dispatch-inputs@v1
3838
with:
39-
print_env_vars: 'true' # Set to 'true' to print environment variables
39+
print_env_vars: 'true' # Set to '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.
@@ -65,4 +65,4 @@ Contributions, issues, and feature requests are welcome! Feel free to check [iss
6565

6666
## Support
6767

68-
If you encounter any problems or have any questions, please open an issue in this repository.
68+
If you encounter any problems or have any questions, please open an issue in this repository.

0 commit comments

Comments
 (0)