From c008f715da23e9b8d8c3fe3c0a534f4b3c6caf55 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 30 Aug 2025 11:30:04 -0400 Subject: [PATCH] fixed action --- .forgejo/workflows/flake-updater.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/flake-updater.yml b/.forgejo/workflows/flake-updater.yml index 1a22519..31c5630 100644 --- a/.forgejo/workflows/flake-updater.yml +++ b/.forgejo/workflows/flake-updater.yml @@ -17,11 +17,11 @@ jobs: with: extra-conf: "lazy-trees = true" - - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - with: - use-flakehub: false + # - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main + # with: + # use-flakehub: false - - uses: DeterminateSystems/update-flake-lock@v24 + - uses: https://github.com/DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR