Skip to content

Commit

Permalink
Use latest NPM version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Nov 8, 2023
1 parent 9b77e5f commit f702e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const tc = require('@actions/tool-cache');
async function setup() {
// Get version of tool to be installed
const version = core.getInput('kubeconform-version');
console.log(`Installing kubeconform with version '${version}'`)

// Download the specific version of the tool, e.g. as a tarball
const pathToTarball = await tc.downloadTool(getDownloadURL(version));
Expand Down

0 comments on commit f702e38

Please sign in to comment.