From 34d81905f9fe6470c0538db7c1e0f73d137faf91 Mon Sep 17 00:00:00 2001 From: Yoel Hor Date: Tue, 24 Aug 2021 16:27:33 +0300 Subject: [PATCH] v1.7 --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d64eb6e..65f8d56 100644 --- a/src/main.ts +++ b/src/main.ts @@ -33,7 +33,8 @@ async function main() { } else { - core.warning('Policy file ' + file + ' not found.') + core.error('Policy file ' + file + ' not found.') + core.setFailed(); } } catch (error) {