From 1196504a77c908918cdf6603e0ecf913897b3c06 Mon Sep 17 00:00:00 2001 From: Tiago Santos Date: Sat, 9 Mar 2024 20:55:30 +0000 Subject: [PATCH] fix: update default values for PR comments --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 466eb55..80ffe92 100644 --- a/action.yml +++ b/action.yml @@ -56,19 +56,19 @@ inputs: required: false # language=markdown default: |- - # ✅ Black Duck - None of your dependencies violate policy! + # :white_check_mark: Black Duck - None of your dependencies violate policy! policy-violations-found-comment-warning: description: 'Warning PR comment to post when policy violations are found' required: false # language=markdown default: |- - # ⚠️ Black Duck - Found dependencies violating policy! + # :warning: Black Duck - Found dependencies violating policy! policy-violations-found-comment-failure: description: 'Failure PR comment to post when policy violations are found' required: false # language=markdown default: |- - # ❌ Black Duck - Found dependencies violating policy! + # :x: Black Duck - Found dependencies violating policy! outputs: detect-exit-code: