diff --git a/src/restore/index.ts b/src/restore/index.ts index f077103..5180cba 100644 --- a/src/restore/index.ts +++ b/src/restore/index.ts @@ -23,7 +23,7 @@ async function run(): Promise { ) } } catch (error) { - if (error instanceof Error) core.setFailed(error.message) + if (error instanceof Error) core.warning(error.message) } try {