Skip to content

Commit 0e191a4

Browse files
committed
v0.7
1 parent 814599c commit 0e191a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
values:
1616
description: 'Values'
1717
required: false
18-
values_files:
18+
files:
1919
description:
2020
'Additional value files to apply to the helm chart. Expects JSON encoded
2121
array or a string.'

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Mustache from 'mustache'
1010
*/
1111
export async function run(): Promise<void> {
1212
const context = github.context
13-
const valueFiles = getValueFiles(getInput('value_files'))
13+
const valueFiles = getValueFiles(getInput('files'))
1414
const secrets = getSecrets(core.getInput('secrets'))
1515
const values = getValues(getInput('values'))
1616

0 commit comments

Comments
 (0)