Skip to content

Commit c6e0e37

Browse files
committed
Update main.yml
1 parent 9235914 commit c6e0e37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
echo "" >> $GITHUB_STEP_SUMMARY
4141
job_output=`cat job_output.txt`
4242
echo "$job_output" >> $GITHUB_STEP_SUMMARY
43+
echo "" >> $GITHUB_STEP_SUMMARY
44+
echo "```\n$job_output\n```" >> $GITHUB_STEP_SUMMARY
4345
echo "End of Automation controller output" >> $GITHUB_STEP_SUMMARY
4446
4547
# GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"

0 commit comments

Comments
 (0)