mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
Update README.md
This commit is contained in:
parent
28b5f5643a
commit
46e3bcf1bc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ should use their `extraPullNames` input like this:
|
||||||
```yaml
|
```yaml
|
||||||
- uses: cachix/cachix-action@vXX
|
- uses: cachix/cachix-action@vXX
|
||||||
with:
|
with:
|
||||||
name: terlar
|
name: mycache
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
extraPullNames: nix-community
|
extraPullNames: nix-community
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue