From 7dfbb68a812625396fbd5cc733542529e6c3d207 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Mar 2025 20:46:02 -0500 Subject: [PATCH] ci: force push no checkout --- .gitea/workflows/auto-update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/auto-update.yaml b/.gitea/workflows/auto-update.yaml index 6892dc5..021c62d 100644 --- a/.gitea/workflows/auto-update.yaml +++ b/.gitea/workflows/auto-update.yaml @@ -31,6 +31,7 @@ jobs: with: commit_message: Bump flake.lock branch: flake-update + push_options: '--force' commit_options: '--no-verify --signoff' file_pattern: flake.lock commit_user_name: Flake Bot # defaults to "GitHub Actions"