Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 24, 2021
1 parent 34d8190 commit 2c9e51c
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 4 deletions.
162 changes: 161 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: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ async function main() {
}
else
{
core.error('Policy file ' + file + ' not found.')
core.setFailed();
core.warning('Policy file ' + file + ' not found.')
}

} catch (error) {
Expand Down

0 comments on commit 2c9e51c

Please sign in to comment.