Rebuild dist

This commit is contained in:
Nick Alteen
2024-06-24 10:19:00 -04:00
parent 6585416bfe
commit c126fd30ac
2 changed files with 3 additions and 5 deletions

6
dist/index.js generated vendored
View File

@@ -29153,7 +29153,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.run = void 0;
exports.run = run;
const core = __importStar(__nccwpck_require__(2186));
const github = __importStar(__nccwpck_require__(5438));
const wait_1 = __nccwpck_require__(5259);
@@ -29180,7 +29180,6 @@ async function run() {
core.setFailed(error.message);
}
}
exports.run = run;
/***/ }),
@@ -29191,7 +29190,7 @@ exports.run = run;
"use strict";
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.wait = void 0;
exports.wait = wait;
/**
* Wait for a number of milliseconds. Resolves with 'done!' after the wait time.
*/
@@ -29203,7 +29202,6 @@ async function wait(milliseconds) {
setTimeout(() => resolve('done!'), milliseconds);
});
}
exports.wait = wait;
/***/ }),