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"
|
description: "A space-separated list of options to pass to the nix command"
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
# _internal-strict-mode:
|
_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.
|
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
|
required: false
|
||||||
# default: false
|
default: false
|
||||||
outputs:
|
outputs:
|
||||||
pull-request-number:
|
pull-request-number:
|
||||||
description: "The number of the opened pull request"
|
description: "The number of the opened pull request"
|
||||||
|
|
|
@ -25,3 +25,4 @@ jobs:
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
inputs: nixpkgs nixpkgs-unstable
|
inputs: nixpkgs nixpkgs-unstable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue