rebuild dist

This commit is contained in:
Dmitry Shibanov 2022-11-09 13:14:35 +01:00
parent 7df7057afa
commit 0dbcb6ae71

2
dist/setup/index.js vendored
View file

@ -73691,7 +73691,7 @@ function run() {
}
if (version) {
const token = core.getInput('token');
const auth = !token || cache_utils_1.isGhes() ? undefined : `token ${token}`;
const auth = !token ? undefined : `token ${token}`;
const stable = (core.getInput('stable') || 'true').toUpperCase() === 'TRUE';
const checkLatest = (core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE';
yield installer.getNode(version, stable, checkLatest, auth, arch);