doc: doc a bit more specific on the options format
This commit is contained in:
parent
54eb0b2901
commit
c7487e8c98
|
@ -61,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
## Example adding options to nix command
|
## Example adding options to nix command
|
||||||
|
|
||||||
It is also possible to use specific options to the nix command
|
It is also possible to use specific options to the nix command in a space separated list:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@vX
|
uses: DeterminateSystems/update-flake-lock@vX
|
||||||
with:
|
with:
|
||||||
nix-options: --debug
|
nix-options: --debug --log-format raw
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example that prints the number of the created PR
|
## Example that prints the number of the created PR
|
||||||
|
|
Loading…
Reference in New Issue