Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Jul 23, 2024
1 parent 911d2a6 commit caebf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
with:
print_env_vars: 'true' # Set to 'true' to print environment variables
print_env_vars: 'true' # Set to 'true' to print environment variables as well (default: false)
```
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.
Expand Down Expand Up @@ -65,4 +65,4 @@ Contributions, issues, and feature requests are welcome! Feel free to check [iss

## Support

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

0 comments on commit caebf88

Please sign in to comment.