We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45e8ee commit c2361d0Copy full SHA for c2361d0
1 file changed
.github/workflows/helm-chart.yml
@@ -83,7 +83,7 @@ jobs:
83
gh api repos/${{ github.repository }}/git/refs/heads/helm-docs-update \
84
-X PATCH \
85
-f sha="$MAIN_SHA" \
86
- -f force=true || echo "Branch may already exist"
+ -F force=true || echo "Branch may already exist"
87
env:
88
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
89
0 commit comments