Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ See [kustomize-diff-action](diff/) for details.
| `error-comment-header` | - | header in a comment to post on error
| `error-comment-footer` | - | footer in a comment to post on error
| `token` | `github.token` | GitHub token to post a comment on error
| `load-restrictor` | `LoadRestrictionsRootOnly` | Configures the load restrictor argument for the `kustomize` command

### Retry options

Expand Down
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ inputs:
description: GitHub token to post a comment on error
required: true
default: ${{ github.token }}
load-restrictor:
description: Sets the load_restrictor for kustomize [LoadRestrictionsRootOnly, LoadRestrictionsNone]
required: false
default: LoadRestrictionsRootOnly
outputs:
directory:
description: directory to results of kustomize build
Expand Down
Loading