diff --git a/.forgejo/actions/update-flake-lock/action.yml b/.forgejo/actions/update-flake-lock/action.yml index 5df9ea5..bfcea10 100644 --- a/.forgejo/actions/update-flake-lock/action.yml +++ b/.forgejo/actions/update-flake-lock/action.yml @@ -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" diff --git a/.forgejo/workflows/update_lock.yaml b/.forgejo/workflows/update_lock.yaml index 6d18b7c..16d456d 100644 --- a/.forgejo/workflows/update_lock.yaml +++ b/.forgejo/workflows/update_lock.yaml @@ -25,3 +25,4 @@ jobs: dependencies automated inputs: nixpkgs nixpkgs-unstable +