Skip to content

Commit

Permalink
doc: doc a bit more specific on the options format
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau authored and cole-h committed Mar 29, 2023
1 parent 54eb0b2 commit c7487e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c7487e8

Please sign in to comment.