Skip to content

Commit

Permalink
Add more information
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Nov 9, 2023
1 parent f96a5c7 commit c8dc767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: kubeconform -summary -verbose .
```
See the [Kubeconform usage page](https://github.com/yannh/kubeconform#usage) for more information on available flags, or run `kubeconform --help` to render the list of flags in the console to craft your command.

## Inputs and Outputs

The action defines [inputs](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs) and [outputs](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions). The inputs let you drive the runtime behavior of the action. The outputs retrieve values populated after executing the action.
Expand Down

0 comments on commit c8dc767

Please sign in to comment.