1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-16 00:34:10 +02:00

checks update

This commit is contained in:
Aparna Jyothi 2025-02-27 18:20:13 +05:30
parent d61dc50c40
commit dd2fa9d9f8
5 changed files with 5 additions and 141 deletions

3
dist/setup/index.js vendored
View file

@ -100870,8 +100870,7 @@ function run() {
if (!arch) {
arch = os_1.default.arch();
}
const mirrorurl = core.getInput('mirror-url');
const mirrorURL = (0, util_1.validateMirrorURL)(mirrorurl);
const mirrorURL = core.getInput('mirror-url');
if (version) {
const token = core.getInput('token');
const auth = !token ? undefined : `token ${token}`;