From 4b222ac4b014cb65986fab31b928d1ebce105dac Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 19 Feb 2026 12:49:34 +0100 Subject: [PATCH] miaou --- .gitea/workflows/autoupdate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index b137b7c3..afcaa153 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -47,7 +47,7 @@ jobs: - name: Run nix flake update run: nix flake update - - name: Commit and Push flake.lock + - name: Commit flake.lock run: | git config user.name "malobot" git config user.email "malobot@systemli.org" @@ -57,7 +57,6 @@ jobs: git stash pop git add flake.lock git diff --staged --quiet || git commit -m "Update flake.lock" - git push -u origin nixpkgs_bump_$(date +%Y%m%d) - name: Check for eval warnings id: commit @@ -90,6 +89,8 @@ jobs: grep -q ${{ github.ref_name }} && exit 1 || exit 0 + - name: Force push branch + run: git push --force -u origin nixpkgs_bump_$(date +%Y%m%d) - name: Create pull request if: steps.no-pr.outcome == 'success' env: