From ef6b491570d5143bae96bdebaacbbe37eb88cd18 Mon Sep 17 00:00:00 2001 From: LamGC Date: Tue, 1 Aug 2023 18:58:31 +0800 Subject: [PATCH] Allow workflow to force branch push. --- .github/workflows/check-updates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index 20f8a07..c23c37e 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -29,4 +29,5 @@ jobs: with: commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }} commit_options: '--no-verify' - file_pattern: LATEST_VERSION \ No newline at end of file + push_options: '--force' + file_pattern: LATEST_VERSION