2

The GitHub blog post for job Summaries mentions the ability to use markdown for a job's step summary. If you follow the documentation link in the post it states that...

Job summaries support GitHub flavored Markdown, and you can add your Markdown content for a step to the GITHUB_STEP_SUMMARY environment file.

This would imply images are supported, but when I try ![alternate text](relative_path) the alternate text is showed as a working link to the image.

relative_path == "./process/assets/inactive.png"

Is it possible to display an image in a GitHub workflow step summary?

For reference: GitHub Flavored Markdown Spec

3
  • what is "relative_path"? where us the image location and which link you do you put there? Commented Jun 27, 2024 at 14:07
  • 1
    Relevant: github.com/orgs/community/discussions/101814 Commented Jun 28, 2024 at 6:49
  • Yes, good point. I had found it and it state's external images worked for them. Commented Jun 28, 2024 at 17:07

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.