1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Add link to article and minor text fix

This commit is contained in:
Jess Hosman
2022-08-02 12:23:14 -06:00
parent 07f761387c
commit fefcc5a25c

View File

@@ -18,11 +18,11 @@ shortTitle: Add a status badge
## About adding a workflow status badge
To add a workflow status badge to your `README.md` file, you'll first need to find the URL for the status badge you would like to display. Then you can use Markdown to display the badge as an image in your `README.md` file. For more information about image markup in Markdown, see "".
To add a workflow status badge to your `README.md` file, first find the URL for the status badge you would like to display. Then you can use Markdown to display the badge as an image in your `README.md` file. For more information about image markup in Markdown, see "[Basic writing and formatting syntax](/github/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images)."
## Using the workflow file name
You can reference the workflow status badge using the name of your workflow file.
You can reference a workflow status badge using the name of the workflow file:
```markdown
![example workflow]({% ifversion fpt or ghec %}https://github.com{% else %}<HOSTNAME>{% endif %}/<OWNER>/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE>/badge.svg)