From 59acf0103f392a63dcb58a511136a56b514300e7 Mon Sep 17 00:00:00 2001 From: Faye Date: Tue, 20 Jan 2026 15:19:34 +0100 Subject: [PATCH] Change gh cli flag from -f to -F --- .github/workflows/helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index d927bf2a9..dd743b62a 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -83,7 +83,7 @@ jobs: gh api repos/${{ github.repository }}/git/refs/heads/helm-docs-update \ -X PATCH \ -f sha="$MAIN_SHA" \ - -f force=true || echo "Branch may already exist" + -F force=true || echo "Branch may already exist" env: GH_TOKEN: ${{ steps.generate_token.outputs.token }}