mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-01-10 14:22:07 +01:00
doc: doc a bit more specific on the options format
This commit is contained in:
parent
54eb0b2901
commit
c7487e8c98
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue