Skip to content

Commit

Permalink
Adding pr-comment option
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Oct 24, 2024
1 parent 352fb64 commit db55431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ runs:
if [ -f ${STEP_SUMMARY_FILE} ]; then
echo "${STEP_SUMMARY_FILE} found"
cat ${STEP_SUMMARY_FILE}
STEP_SUMMARY=$(cat ${STEP_SUMMARY_FILE} | jq -Rs .)
echo "result=${STEP_SUMMARY}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit db55431

Please sign in to comment.