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 5945226 commit 08a5ef9Copy full SHA for 08a5ef9
.github/workflows/main.yml
@@ -37,7 +37,7 @@ 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 $(<read_file.txt)"
+ run: GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
41
# workshop_job_provision:
42
# runs-on: ubuntu-latest
43
# name: Workshop Provision
entrypoint.sh
@@ -204,9 +204,4 @@ else
204
exit 1
205
fi
206
207
-GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<read_file.txt)"
208
-
209
-echo "### Hello world! :rocket:" >> $GITHUB_STEP_SUMMARY
210
211
212
echo "END OF AAP - Automation controller Github Action"
0 commit comments