mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-24 01:18:05 +00:00
fix badge
This commit is contained in:
parent
90e4945c77
commit
a1c201633d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "Test nix-action"
|
name: "nix-action test"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# nix-action
|
# 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).
|
Installs [Nix](https://nixos.org/nix/) in platform agnostic way (supports: Linux/macOS).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue