We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eb0b2 commit c7487e8Copy full SHA for c7487e8
README.md
@@ -61,7 +61,7 @@ jobs:
61
62
## Example adding options to nix command
63
64
-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:
65
66
```yaml
67
name: update-flake-lock
@@ -81,7 +81,7 @@ jobs:
81
- name: Update flake.lock
82
uses: DeterminateSystems/update-flake-lock@vX
83
with:
84
- nix-options: --debug
+ nix-options: --debug --log-format raw
85
```
86
87
## Example that prints the number of the created PR
0 commit comments