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:
parent
d61dc50c40
commit
dd2fa9d9f8
5 changed files with 5 additions and 141 deletions
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
|
@ -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}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue