From a1c201633d14cfb23b5eb32b53fda5e4df98e53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 2 Oct 2019 12:57:46 +0200 Subject: [PATCH] fix badge --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 906d7d7..203b5d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "Test nix-action" +name: "nix-action test" on: pull_request: push: diff --git a/README.md b/README.md index 158c5ba..bc04a8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nix-action -![github actions badge](https://github.com/cachix/nix-action/workflows/.github/workflows/test.yml/badge.svg) +![github actions badge](https://github.com/cachix/nix-action/workflows/nix-action%20test/badge.svg) Installs [Nix](https://nixos.org/nix/) in platform agnostic way (supports: Linux/macOS).