Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 24, 2021
1 parent 2c9e51c commit 7cd7774
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 3 deletions.
82 changes: 81 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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 7cd7774

Please sign in to comment.