Skip to content

Commit

Permalink
Debug (revert later)
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed May 20, 2024
1 parent bf3401b commit 8cb1baf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cb1baf

Please sign in to comment.