Skip to content

Commit 9235914

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
run: |
3939
echo "### Ansible Automation Platform - Job Output :rocket:" >> $GITHUB_STEP_SUMMARY
4040
echo "" >> $GITHUB_STEP_SUMMARY
41-
job_output="cat job_output.txt"
42-
echo -e "$job_output" >> $GITHUB_STEP_SUMMARY
41+
job_output=`cat job_output.txt`
42+
echo "$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)