diff --git a/README.md b/README.md index 18ebadc..78a0e88 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Reusable actions +# Actions - [envsubst](./envsubst) - [kustomize](./kustomize) @@ -6,6 +6,6 @@ ## Release -Manually run this [workflow][release-action] with the desired version. +Run this [workflow][release-action] with the desired version. [release-action]: https://github.com/hpedrorodrigues/actions/actions/workflows/release.yml diff --git a/envsubst/action.yml b/envsubst/action.yml index fba409d..65c6eb7 100644 --- a/envsubst/action.yml +++ b/envsubst/action.yml @@ -1,6 +1,6 @@ name: envsubst author: Pedro Rodrigues -description: Simple wrapper action for envsubst. +description: Substitutes the values of environment variables using envsubst (gettext). inputs: input: description: One or more input files to apply substitutions to (separated by space). diff --git a/kustomize/README.md b/kustomize/README.md index 076a7eb..b73b00e 100644 --- a/kustomize/README.md +++ b/kustomize/README.md @@ -1,6 +1,6 @@ # Kustomize -Simple action to validate kustomization files and outputs using [Kustomize]. +An action to validate kustomization files and outputs using [Kustomize]. ## Usage diff --git a/kustomize/action.yml b/kustomize/action.yml index 2408443..1ac3f71 100644 --- a/kustomize/action.yml +++ b/kustomize/action.yml @@ -1,6 +1,6 @@ name: kustomize author: Pedro Rodrigues -description: Simple action to validate kustomization files and outputs. +description: Validate kustomization files and outputs. inputs: filter: description: Strategy to use for filtering kustomization directories.