diff --git a/.github/workflows/prepare-docs-for-release.yaml b/.github/workflows/prepare-docs-for-release.yaml index dea8ee92..79a14e59 100644 --- a/.github/workflows/prepare-docs-for-release.yaml +++ b/.github/workflows/prepare-docs-for-release.yaml @@ -57,5 +57,5 @@ jobs: - name: Commit versioned docs change uses: stefanzweifel/git-auto-commit-action@v5 with: - branch: ${{ github.event.inputs.release-branch }}" + branch: ${{ github.event.inputs.release-branch }} commit_message: "docs: added ${{ github.event.inputs.version }} version to docs"