Summary env
steps: - name: Adding markdown run: echo '### Hello world! 🚀' >> $GITHUB_STEP_SUMMARY
Â
Â
Â
Â
Â
Â
Supercharging GitHub Actions with Job Summaries
You can now output and group custom Markdown content on the Actions run summary page.
https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

Â

Seonglae Cho