Skip to content

Commit a4bba55

Browse files
committed
Update main.yml
1 parent 08a5ef9 commit a4bba55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
ANSIBLE_FORCE_COLOR: '1'
3838
pull_request_event: ${{ github.event.pull_request.number }}
3939
- name: Adding markdown
40-
run: GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
40+
run: |
41+
echo "### Ansible Automation Platform - Job Output :rocket:" >> $GITHUB_STEP_SUMMARY
42+
echo "" >> $GITHUB_STEP_SUMMARY
43+
GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
44+
cat job_output.txt >> $GITHUB_STEP_SUMMARY
4145
# workshop_job_provision:
4246
# runs-on: ubuntu-latest
4347
# name: Workshop Provision

0 commit comments

Comments
 (0)