doc: doc a bit more specific on the options format

This commit is contained in:
xgroleau🐢 2023-03-28 17:16:50 -04:00
parent b45e512eb7
commit f31727e26b

View file

@ -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