|
|
|
@ -15,6 +15,7 @@ process.on('uncaughtException', e => {
|
|
|
|
// Added early exit to resolve issue with slow post action step:
|
|
|
|
// Added early exit to resolve issue with slow post action step:
|
|
|
|
// - https://github.com/actions/setup-node/issues/878
|
|
|
|
// - https://github.com/actions/setup-node/issues/878
|
|
|
|
// https://github.com/actions/cache/pull/1217
|
|
|
|
// https://github.com/actions/cache/pull/1217
|
|
|
|
|
|
|
|
|
|
|
|
export async function run(earlyExit?: boolean) {
|
|
|
|
export async function run(earlyExit?: boolean) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
const cacheInput = core.getBooleanInput('cache');
|
|
|
|
const cacheInput = core.getBooleanInput('cache');
|
|
|
|
|