Skip to content

Commit 6341220

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ab3941 commit 6341220

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

actions/helm/generate-docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
2828
<!-- start usage -->
2929

3030
```yaml
31-
- uses: hoverkraft-tech/ci-github-container@0.26.0
31+
- uses: hoverkraft-tech/ci-github-container@0.27.0
3232
with:
3333
# Description: Working directory
3434
#
3535
# Default: ${{ github.workspace }}
3636
working-directory: ""
3737

38+
# Description: Path to the values file to use for generating the documentation.
39+
# See <https://github.com/losisin/helm-values-schema-json-action>.
40+
#
41+
values-file: ""
42+
3843
# Description: GitHub Token to create and merge pull request. Permissions:
3944
#
4045
# - contents: write
@@ -60,6 +65,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
6065
| **Input** | **Description** | **Default** | **Required** |
6166
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------ |
6267
| <code>working-directory</code> | Working directory | <code>${{ github.workspace }}</code> | **false** |
68+
| <code>values-file</code> | Path to the values file to use for generating the documentation.<br />See <https://github.com/losisin/helm-values-schema-json-action>. | | **false** |
6369
| <code>github-token</code> | GitHub Token to create and merge pull request.<br />Permissions:<br /> - contents: write<br /> - pull-requests: write | <code>${{ github.token }}</code> | **false** |
6470
| <code>github-app-id</code> | GitHub App ID to generate GitHub token in place of github-token.<br />See <https://github.com/actions/create-github-app-token>. | | **false** |
6571
| <code>github-app-key</code> | GitHub App private key to generate GitHub token in place of github-token.<br />See <https://github.com/actions/create-github-app-token>. | | **false** |

0 commit comments

Comments
 (0)