From 731e2118a5a68336c49a691346dc27a09b5e9d87 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 9 Apr 2024 16:58:39 +0200 Subject: [PATCH] [CI] typo --- .forgejo/workflows/update-flake-lock.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index c19d185..eadba29 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -18,7 +18,8 @@ jobs: git config --global user.email "sevenofnine@stronzi.org" git config --global user.name "Seven of Nine" - name: Update flake's lockfile and create commit - run: nix flake update --commit-lock-file# - name: Push commit to the `update-flake-lock` remote branch + run: nix flake update --commit-lock-file + - name: Push commit to the `update-flake-lock` remote branch run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository - name: Login as `Seven of Nix` run: |