mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
add: GitHub Actions official status badge
- add the badge of Lint Awesome List workflow at the top of README - add information about GitHub Actions status badge
This commit is contained in:
parent
a098b3e28a
commit
517efaff85
16
README.md
16
README.md
@ -1,3 +1,5 @@
|
|||||||
|
![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<br>
|
<br>
|
||||||
<img src="https://image.ibb.co/cZ1q5f/awesome-actions.jpg" />
|
<img src="https://image.ibb.co/cZ1q5f/awesome-actions.jpg" />
|
||||||
@ -37,6 +39,20 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Official Actions Collection](https://github.com/actions)
|
- [Official Actions Collection](https://github.com/actions)
|
||||||
- [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)
|
- [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)
|
||||||
|
|
||||||
|
### Status badge
|
||||||
|
|
||||||
|
![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)
|
||||||
|
|
||||||
|
> *Official documentation about the status badge has not been written yet.*
|
||||||
|
|
||||||
|
URL to a status badge SVG.
|
||||||
|
|
||||||
|
```
|
||||||
|
https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg
|
||||||
|
```
|
||||||
|
|
||||||
|
An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg`
|
||||||
|
|
||||||
## Community Resources
|
## Community Resources
|
||||||
|
|
||||||
### GitHub Tools and Management
|
### GitHub Tools and Management
|
||||||
|
Loading…
Reference in New Issue
Block a user