An open API service indexing awesome lists of open source software.

https://github.com/bgdsh/kustomize-check-action


https://github.com/bgdsh/kustomize-check-action

Last synced: 3 months ago
JSON representation

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 }}
```