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 caebf88 commit ba72438
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 @@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
uses: shayki5/print-workflow-dispatch-inputs@v1.0.2
with:
print_env_vars: 'true' # Set to 'true' to print environment variables as well (default: false)
print_env_vars: 'true' # Set '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

0 comments on commit ba72438

Please sign in to comment.