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 6b99244 commit 361711e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/actions/install/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33096,7 +33096,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
2 changes: 1 addition & 1 deletion forge/actions/install/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/actions/install/src/main.js
Original file line number Diff line number Diff line change
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 361711e

Please sign in to comment.