doc: doc a bit more specific on the options format

This commit is contained in:
xgroleau🐢 2023-03-28 17:16:50 -04:00 committed by Cole Helbling
parent 54eb0b2901
commit c7487e8c98

View File

@ -61,7 +61,7 @@ jobs:
## 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
name: update-flake-lock
@ -81,7 +81,7 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@vX
with:
nix-options: --debug
nix-options: --debug --log-format raw
```
## Example that prints the number of the created PR