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 d0151be commit 5945226Copy full SHA for 5945226
.github/workflows/main.yml
@@ -36,8 +36,8 @@ jobs:
36
PY_COLORS: '1'
37
ANSIBLE_FORCE_COLOR: '1'
38
pull_request_event: ${{ github.event.pull_request.number }}
39
- # - name: Adding markdown
40
- # run: echo '### Hello world! :rocket:' >> $GITHUB_STEP_SUMMARY
+ - name: Adding markdown
+ run: GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<read_file.txt)"
41
# workshop_job_provision:
42
# runs-on: ubuntu-latest
43
# name: Workshop Provision
0 commit comments