Skip to content

Commit

Permalink
v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 24, 2021
1 parent 5c5b98c commit 34d8190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 34d8190

Please sign in to comment.