From b024e62f405474fc90841eb629c0853f6ca84dc1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 28 Jun 2023 14:11:59 -0700 Subject: [PATCH] Update example address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caab426..24aa9a2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The default is `https://cache.nixos.org` but you can set a different upstream: ```yaml - uses: DeterminateSystems/magic-nix-cache-action@main with: - upstream-cache: my-binary-cache.com + upstream-cache: https://my-binary-cache.com ``` ## Action Options