From fcf64958652ab86a7a6be920f0552e28294c6e72 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 16 Aug 2024 17:09:24 -0500 Subject: [PATCH] re-enable internal field and bump --- .forgejo/actions/update-flake-lock/action.yml | 8 ++++---- .forgejo/workflows/update_lock.yaml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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 +