Skip to content

Commit

Permalink
doc: fix trybot badge in README
Browse files Browse the repository at this point in the history
As part of https://cuelang.org/cl/1200723 I forgot to flip the CI badge
to reference trybot.yaml instead of trybot.yml.

This manifests as a broken image at the top of the README as viewed at
https://github.com/cue-lang/cue.

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: I07158c54a0e337543c5c7c0aaf9616f2f5dc14c9
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200866
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
  • Loading branch information
myitcv committed Sep 9, 2024
1 parent f514f64 commit 641d9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->
[![Go Reference](https://pkg.go.dev/badge/cuelang.org/go.svg)](https://pkg.go.dev/cuelang.org/go)
[![Github](https://github.com/cue-lang/cue/actions/workflows/trybot.yml/badge.svg)](https://github.com/cue-lang/cue/actions/workflows/trybot.yml?query=branch%3Amaster+event%3Apush)
[![Github](https://github.com/cue-lang/cue/actions/workflows/trybot.yaml/badge.svg)](https://github.com/cue-lang/cue/actions/workflows/trybot.yaml?query=branch%3Amaster+event%3Apush)
[![Go 1.22+](https://img.shields.io/badge/go-1.22-9cf.svg)](https://golang.org/dl/)
[![platforms](https://img.shields.io/badge/platforms-linux|windows|macos-inactive.svg)]()
[![Docker Image](https://img.shields.io/docker/v/cuelang/cue?sort=semver&label=docker)](https://hub.docker.com/r/cuelang/cue)
Expand Down

0 comments on commit 641d9b7

Please sign in to comment.