Skip to content

Commit

Permalink
build: removed extra and old input in code genericChart
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-ra committed Jul 25, 2023
1 parent 274fce6 commit 8cc9db8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import {addHelmRepository} from './handlers/add-helm-repo'

async function run(): Promise<void> {
try {
const genericChart = core.getInput('genericChart', {
required: true,
trimWhitespace: true
})

const kubeConfig = core.getInput('kubeConfig', {required: true})
const releaseName = core.getInput('releaseName') || 'default'
const namespace = core.getInput('namespace')
Expand Down

0 comments on commit 8cc9db8

Please sign in to comment.