check-latest

This commit is contained in:
Aparna Jyothi
2025-01-30 15:37:56 +05:30
parent 6285145ddd
commit a7b5311f2b
4 changed files with 12 additions and 3 deletions

View File

@@ -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) {