From 46e3bcf1bc8774708fc920df42100c81a6c45c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 13 Apr 2021 19:05:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d17e3..82d1845 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ should use their `extraPullNames` input like this: ```yaml - uses: cachix/cachix-action@vXX with: - name: terlar + name: mycache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' extraPullNames: nix-community ```