Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 13, 2024
1 parent 9517d27 commit 6b99244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/actions/install/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function run() {
}

core.info(`Downloading version ${version} from ${assetUrl}`);
const downloadPath = await tc.downloadTool(assetUrl);
const downloadPath = await tc.downloadTool(assetUrl, "", githubToken);
const extractPath = await tc.extractTar(downloadPath);
core.addPath(extractPath);

Expand Down Expand Up @@ -126,7 +126,7 @@ async function getVersionedAsset(octokit, version) {
return asset.browser_download_url;
}

async function installLocal() {}
async function installLocal() { }

/**
* Checks if the given version is a valid semantic version.
Expand Down

0 comments on commit 6b99244

Please sign in to comment.