From 6afd80fc61e9032363a348de86dcd1ae8b99f82e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:16:23 -0400 Subject: [PATCH] Update flake-updater.yml --- .github/workflows/flake-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 23cf108..cab465a 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - curl -sSf -L https://install.lix.systems/lix | sh -s -- install + curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm - uses: DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" # Title of PR to be created