Skip to content

Commit c7487e8

Browse files
xgroleaucole-h
authored andcommitted
doc: doc a bit more specific on the options format
1 parent 54eb0b2 commit c7487e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
## Example adding options to nix command
6363
64-
It is also possible to use specific options to the nix command
64+
It is also possible to use specific options to the nix command in a space separated list:
6565
6666
```yaml
6767
name: update-flake-lock
@@ -81,7 +81,7 @@ jobs:
8181
- name: Update flake.lock
8282
uses: DeterminateSystems/update-flake-lock@vX
8383
with:
84-
nix-options: --debug
84+
nix-options: --debug --log-format raw
8585
```
8686
8787
## Example that prints the number of the created PR

0 commit comments

Comments
 (0)