Skip to content

Commit

Permalink
just in case
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Feb 4, 2025
1 parent e68b8ba commit 4ed1764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ runs:
# Post output to job summary.
echo "$body" >> $GITHUB_STEP_SUMMARY
echo "comment_body<<EOCOMMENTTFVIAPR"$'\n'"$body"$'\n'EOCOMMENTTFVIAPR >> "$GITHUB_OUTPUT"
echo "comment_body=$body" >> "$GITHUB_OUTPUT"
# echo "comment_body<<EOCOMMENTTFVIAPR"$'\n'"$body"$'\n'EOCOMMENTTFVIAPR >> "$GITHUB_OUTPUT"
# Post PR comment if configured and PR exists.
if [[ "$create_comment" == "true" && "${{ steps.identifier.outputs.pr }}" != "0" ]]; then
Expand Down

0 comments on commit 4ed1764

Please sign in to comment.