aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2020-11-26 01:25:12 -0800
committerJoseph Richey <joerichey94@gmail.com>2020-11-26 01:34:54 -0800
commitcc933cdb51cb14dadd72217842e7a27854d63982 (patch)
treecbb0db7d8c1188b51e420cd5d4356fd80f3b09fa
parent0692c00a2af75a5ec6c26e58adb37fa152912dce (diff)
README: Fix badge image
Workflow names are case-sensitive Signed-off-by: Joe Richey <joerichey@google.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9abaedd..23aa542 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# fscrypt [![GitHub version](https://badge.fury.io/go/github.com%2Fgoogle%2Ffscrypt.svg)](https://github.com/google/fscrypt/releases)
-[![Build Status](https://github.com/google/fscrypt/workflows/ci/badge.svg)](https://github.com/google/fscrypt/actions?query=workflow%3ACI+branch%3Amaster)
+[![Build Status](https://github.com/google/fscrypt/workflows/CI/badge.svg)](https://github.com/google/fscrypt/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/google/fscrypt/badge.svg?branch=master)](https://coveralls.io/github/google/fscrypt?branch=master)
[![GoDoc](https://godoc.org/github.com/google/fscrypt?status.svg)](https://godoc.org/github.com/google/fscrypt)
[![Go Report Card](https://goreportcard.com/badge/github.com/google/fscrypt)](https://goreportcard.com/report/github.com/google/fscrypt)