Skip to content

Commit

Permalink
Update build badge to use GitHub Action status (#109)
Browse files Browse the repository at this point in the history
* Update build badge to use GitHub Action status
* Rename action as `build` so it's more friendly

Signed-off-by: kevdowney <[email protected]>
  • Loading branch information
kevdowney authored Feb 17, 2022
1 parent 187fc82 commit 0767a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr-gate
name: build

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ Please see [DEVELOPER.md](.github/DEVELOPER.md).
[GithubPrsUrl]: https://github.com/keikoproj/addon-manager/pulls
[SlackUrl]: https://keikoproj.slack.com/messages/addon-manager

[BuildStatusImg]: https://travis-ci.org/keikoproj/addon-manager.svg?branch=master
[BuildMasterUrl]: https://travis-ci.org/keikoproj/addon-manager
[BuildStatusImg]: https://github.com/keikoproj/addon-manager/actions/workflows/pr-gate.yml/badge.svg?branch=master
[BuildMasterUrl]: https://github.com/keikoproj/addon-manager/actions/workflows/pr-gate.yml

[CodecovImg]: https://codecov.io/gh/keikoproj/addon-manager/branch/master/graph/badge.svg
[CodecovUrl]: https://codecov.io/gh/keikoproj/addon-manager
Expand Down

0 comments on commit 0767a53

Please sign in to comment.