From ea55e4b27931a3a05fca52ae1863d1cb7227748d Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 26 Jun 2024 08:25:05 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 85b6125..511893e 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -6,6 +6,8 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 + with: + ref: master - uses: https://github.com/DeterminateSystems/nix-installer-action@main - run: 'git config --unset-all extensions.worktreeconfig' - run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'