Skip to content

Commit

Permalink
ci: remove wrong double quotas in pipeline (#161)
Browse files Browse the repository at this point in the history
As title, the double quotas is preventing the pipeline from working correctly
  • Loading branch information
paoloyx authored Aug 5, 2024
1 parent e1f16bb commit 1c51ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-docs-for-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1c51ace

Please sign in to comment.