From 936cbc24c1f7c0022fa3d1a4ffa21cddc5cbff1b Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:56:13 -0400 Subject: [PATCH] ci: Remove unnecessary force push option --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index abb692e..4d74b61 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,6 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: '[github-actions] pre-commit autoupdate' - push_options: --force - shell: bash run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash - - shell: bash