mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-10 20:10:25 +00:00
Rebuild dist
This commit is contained in:
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
@@ -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;
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user