Update example address

This commit is contained in:
Luc Perkins 2023-06-28 14:11:59 -07:00
parent 2deb4358e0
commit b024e62f40
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -77,7 +77,7 @@ The default is `https://cache.nixos.org` but you can set a different upstream:
```yaml ```yaml
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
with: with:
upstream-cache: my-binary-cache.com upstream-cache: https://my-binary-cache.com
``` ```
## Action Options ## Action Options