You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update ct to 3.5.0
Signed-off-by: Carlos Panato <[email protected]>
* add gh actions to test ct action itself
Signed-off-by: Carlos Panato <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/
7
7
### Pre-requisites
8
8
9
9
1. A GitHub repo containing a directory with your Helm charts (e.g: `charts`)
10
-
1. A workflow YAML file in your `.github/workflows` directory.
10
+
1. A workflow YAML file in your `.github/workflows` directory.
11
11
An [example workflow](#example-workflow) is available below.
12
12
For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)
13
13
14
14
### Inputs
15
15
16
16
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
17
17
18
-
-`version`: The chart-testing version to install (default: `v3.4.0`)
18
+
-`version`: The chart-testing version to install (default: `v3.5.0`)
0 commit comments