Skip to content

Commit 73e129e

Browse files
committed
Update main.yml
1 parent 47f6b1d commit 73e129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "### Ansible Automation Platform - Job Output :rocket:" >> $GITHUB_STEP_SUMMARY
4040
echo "" >> $GITHUB_STEP_SUMMARY
4141
job_output="cat job_output.txt"
42-
echo -e "```\n$job_output\n```" >> $GITHUB_STEP_SUMMARY
42+
echo -e "$job_output" >> $GITHUB_STEP_SUMMARY
4343
echo "End of Automation controller output" >> $GITHUB_STEP_SUMMARY
4444
4545
# GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"

0 commit comments

Comments
 (0)