Skip to content

Commit 160673d

Browse files
Update READMEs and descriptions
1 parent 01ea719 commit 160673d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Reusable actions
1+
# Actions
22

33
- [envsubst](./envsubst)
44
- [kustomize](./kustomize)
55
- [setup-sphynx](./setup-sphynx)
66

77
## Release
88

9-
Manually run this [workflow][release-action] with the desired version.
9+
Run this [workflow][release-action] with the desired version.
1010

1111
[release-action]: https://github.com/hpedrorodrigues/actions/actions/workflows/release.yml

envsubst/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: envsubst
22
author: Pedro Rodrigues
3-
description: Simple wrapper action for envsubst.
3+
description: Substitutes the values of environment variables using envsubst (gettext).
44
inputs:
55
input:
66
description: One or more input files to apply substitutions to (separated by space).

kustomize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kustomize
22

3-
Simple action to validate kustomization files and outputs using [Kustomize].
3+
An action to validate kustomization files and outputs using [Kustomize].
44

55
## Usage
66

kustomize/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kustomize
22
author: Pedro Rodrigues
3-
description: Simple action to validate kustomization files and outputs.
3+
description: Validate kustomization files and outputs.
44
inputs:
55
filter:
66
description: Strategy to use for filtering kustomization directories.

0 commit comments

Comments
 (0)