fix: add missing "v"s in readme
This commit is contained in:
parent
db9709622d
commit
b01c276b7e
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ In other words, rather than [this](https://github.com/DeterminateSystems/nix-git
|
|||
|
||||
...you can do this:
|
||||
```yaml
|
||||
- uses: nicknovitski/nix-develop@1
|
||||
- uses: nicknovitski/nix-develop@v1
|
||||
- run: cargo fmt --check
|
||||
- run: cargo-deny check
|
||||
- run: eclint \
|
||||
|
@ -73,7 +73,7 @@ In other words, rather than [this](https://github.com/DeterminateSystems/nix-git
|
|||
You can also pass arbitrary arguments, like using another flake reference:
|
||||
|
||||
```yaml
|
||||
- uses: nicknovitski/nix-develop@1
|
||||
- uses: nicknovitski/nix-develop@v1
|
||||
with:
|
||||
arguments: "github:DeterminateSystems/zero-to-nix#multi"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue