mirror of
https://github.com/actions/setup-node.git
synced 2026-02-28 02:04:42 +08:00
check-latest
This commit is contained in:
@@ -33,7 +33,7 @@ export async function run() {
|
||||
arch = os.arch();
|
||||
}
|
||||
|
||||
const mirrorURL = core.getInput('mirrorURL').trim(); // .trim() to remove any accidental spaces
|
||||
const mirrorURL = core.getInput('mirror-url').trim(); // .trim() to remove any accidental spaces
|
||||
|
||||
|
||||
if (version) {
|
||||
|
||||
Reference in New Issue
Block a user