From a2fd6913cc2f4b3efb6e59080c110922ceb8f76c Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:20:30 +0300 Subject: [PATCH] Add push options to update_versions workflow --- .github/workflows/update_versions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_versions.yml b/.github/workflows/update_versions.yml index c986b8b..9f3cec6 100644 --- a/.github/workflows/update_versions.yml +++ b/.github/workflows/update_versions.yml @@ -42,3 +42,4 @@ jobs: file_pattern: 'versions.json' commit_user_name: 'GitHub Action' commit_user_email: 'action@github.com' + push_options: '--force-with-lease'