Skip to content

Commit c2361d0

Browse files
authored
Change gh cli flag from -f to -F (#636)
1 parent f45e8ee commit c2361d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
gh api repos/${{ github.repository }}/git/refs/heads/helm-docs-update \
8484
-X PATCH \
8585
-f sha="$MAIN_SHA" \
86-
-f force=true || echo "Branch may already exist"
86+
-F force=true || echo "Branch may already exist"
8787
env:
8888
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
8989

0 commit comments

Comments
 (0)