🛡️ Shields.io Badge for your GitHub Actions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Atrox 3cd99f919c
dockerfile: update golang
4 months ago
.github set dependabot to weekly 2 years ago
.env.example cleanup & badge for non-existing repo 5 years ago
.gitignore initial 5 years ago
Dockerfile dockerfile: update golang 4 months ago
LICENSE add license 5 years ago
Makefile initial build 5 years ago
README.md add travis-like example 5 years ago
cloudbuild.yaml specify gcloud run platform 5 years ago
go.mod update go deps 4 months ago
go.sum update go deps 4 months ago
main.go update go deps 5 months ago
playground.go add link to bring directly to token creation page 4 years ago
shields.go don't set isError in specific cases, fix #53 3 years ago
utils.go update deps to new major version 2 years ago

README.md

GitHub Actions Badge

There is a public version of this deployed and free to use at https://actions-badge.atrox.dev.

Your own

You can build your own badge in the playground available here.

Routes

  • /: playground
  • /<user>/<repo>/badge: returns the endpoint for shields.io
  • /<user>/<repo>/goto: redirects to the action

Example

GitHub Actions

[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fatrox%2Fsync-dotenv%2Fbadge)](https://actions-badge.atrox.dev/atrox/sync-dotenv/goto)

GitHub Actions

[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fatrox%2Fsync-dotenv%2Fbadge&style=flat-square)](https://actions-badge.atrox.dev/atrox/sync-dotenv/goto)

GitHub Actions

[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fatrox%2Fsync-dotenv%2Fbadge&label=build&logo=none)](https://actions-badge.atrox.dev/atrox/sync-dotenv/goto)

For example, you can see this badge in action at atrox/sync-dotenv.

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help: