jasonz023/debug-github-actions-app
bbbbbbbbb
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token 1 | yes | — |
| charts_dir | The charts directory, defaults to `charts` | no | — |
| charts_url | The GitHub Pages URL, defaults to `https://<OWNER>.github.io/<REPOSITORY>` | no | — |
| owner | The GitHub user or org that owns this repository, defaults to `GITHUB_REPOSITORY` | no | — |
| repository | The GitHub repository name, defaults to `GITHUB_REPOSITORY` | no | — |
| branch | The branch to publish charts, defaults to `gh-pages` | no | — |
| target_dir | The target directory to store the charts, defaults to `.` | no | — |
| helm_version | The Helm CLI version | no | — |
| linting | Toggle Helm linting, can be disabled by setting it to 'off' | no | — |
| commit_username | The user name used for the commit user | no | ${{ github.actor }} |
| commit_email | The email used for the commit user | no | ${{ github.actor }}@users.noreply.github.com |
| app_version | Set the appVersion on the chart to this version | no | — |
| chart_version | Set the version on the chart to this version | no | — |
| index_dir | The location of `index.yaml` file in the repo, defaults to the same value as `target_dir` | no | — |
Outputs
no outputs