From 45169ba66fd334ae5049cde5219a1cfaa72273d9 Mon Sep 17 00:00:00 2001 From: Nate Gay Date: Tue, 11 May 2021 22:56:07 -0500 Subject: [PATCH] Add badge for CI to readme (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff18b89..49f7b5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bazel env file rules -![Build](https://github.com/worldpeaceio/rules_envfile/actions/workflows/ci.yml/badge.svg?branch=main) +[![Build Status](https://github.com/worldpeaceio/rules_envfile/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/worldpeaceio/rules_envfile/actions?query=branch%3Amain) This rule can be used to import environment vars into a Bazel workflow directly from an environment file.