From 8cb1bafede347799a374a6a00221a77df02b71ba Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Mon, 20 May 2024 18:09:57 -0500 Subject: [PATCH] Debug (revert later) --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index aa64208..be8ca34 100644 --- a/action.yml +++ b/action.yml @@ -165,11 +165,7 @@ runs: else hyperlink="${{ github.server_url }}/${{ github.repository }}/$filepath" fi - echo "::notice title=text::$text" - echo "::notice title=url::$url" - echo "::notice title=filename::$filename" - echo "::notice title=filepath::$filepath" - echo "- $text => $url in [$filename]($hyperlink)" >> $GITHUB_STEP_SUMMARY + echo "- '$text' => $url in [$filename]($hyperlink)" >> $GITHUB_STEP_SUMMARY done shell: bash