We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a5ef9 commit a4bba55Copy full SHA for a4bba55
.github/workflows/main.yml
@@ -37,7 +37,11 @@ jobs:
37
ANSIBLE_FORCE_COLOR: '1'
38
pull_request_event: ${{ github.event.pull_request.number }}
39
- name: Adding markdown
40
- run: GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
+ 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
45
# workshop_job_provision:
46
# runs-on: ubuntu-latest
47
# name: Workshop Provision
0 commit comments