Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 24, 2021
1 parent d889663 commit b6906a0
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 4 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.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ async function main() {
.api(`trustFramework/policies/${policy}/$value`)
.putStream(fileStream);

core.info('Policy file ' + file + ' has been updated successfully.');
core.notice('Policy file ' + file + ' has been updated successfully.');
}
else
{
core.notice('Policy file ' + file + ' not found.')
core.warning('Policy file ' + file + ' not found.')
}

} catch (error) {
Expand Down

0 comments on commit b6906a0

Please sign in to comment.