From 8068e1b4f5b8b78d045ea6289812bb474e814047 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 18:04:08 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index a358138..1fc90ca 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -12,4 +12,4 @@ jobs: - name: Install Nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Update flake.lock - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file + run: update.sh \ No newline at end of file