re-enable internal field and bump
Some checks failed
update-flake-lock / lockfile (push) Failing after 1m38s
Some checks failed
update-flake-lock / lockfile (push) Failing after 1m38s
This commit is contained in:
parent
4bb8e156a5
commit
fcf6495865
2 changed files with 5 additions and 4 deletions
|
@ -98,10 +98,10 @@ inputs:
|
|||
description: "A space-separated list of options to pass to the nix command"
|
||||
required: false
|
||||
default: ""
|
||||
# _internal-strict-mode:
|
||||
# description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
|
||||
# required: false
|
||||
# default: false
|
||||
_internal-strict-mode:
|
||||
description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
|
||||
required: false
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: "The number of the opened pull request"
|
||||
|
|
|
@ -25,3 +25,4 @@ jobs:
|
|||
dependencies
|
||||
automated
|
||||
inputs: nixpkgs nixpkgs-unstable
|
||||
|
||||
|
|
Loading…
Reference in a new issue