https://github.com/bgdsh/kustomize-check-action
https://github.com/bgdsh/kustomize-check-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgdsh/kustomize-check-action
- Owner: bgdsh
- Created: 2022-06-17T08:23:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T10:35:16.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:41:21.595Z (4 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kustomize-check-action
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
## Inputs
## `files`
**Required** used to get the folders to check.
## Outputs
## `time`
The time we greeted you.
## Example usage
```yaml
- uses: bgdsh/kustomize-check-action:latest
with:
files: {{ steps.changed-files.outputs.all_changed_files }}
```