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:
|
...you can do this:
|
||||||
```yaml
|
```yaml
|
||||||
- uses: nicknovitski/nix-develop@1
|
- uses: nicknovitski/nix-develop@v1
|
||||||
- run: cargo fmt --check
|
- run: cargo fmt --check
|
||||||
- run: cargo-deny check
|
- run: cargo-deny check
|
||||||
- run: eclint \
|
- 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:
|
You can also pass arbitrary arguments, like using another flake reference:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: nicknovitski/nix-develop@1
|
- uses: nicknovitski/nix-develop@v1
|
||||||
with:
|
with:
|
||||||
arguments: "github:DeterminateSystems/zero-to-nix#multi"
|
arguments: "github:DeterminateSystems/zero-to-nix#multi"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue