Skip to content

Commit 08a5ef9

Browse files
committed
sync
1 parent 5945226 commit 08a5ef9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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 $(<read_file.txt)"
40+
run: GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
4141
# workshop_job_provision:
4242
# runs-on: ubuntu-latest
4343
# name: Workshop Provision

entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,4 @@ else
204204
exit 1
205205
fi
206206

207-
GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<read_file.txt)"
208-
209-
echo "### Hello world! :rocket:" >> $GITHUB_STEP_SUMMARY
210-
211-
212207
echo "END OF AAP - Automation controller Github Action"

0 commit comments

Comments
 (0)