Skip to content

Commit

Permalink
fix(bump-version): quotes around changelog line (#46257)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored Sep 29, 2024
1 parent de732e3 commit 412b0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
subcommand: |
connectors --modified bump-version \
${{ github.event.inputs.type }} \
${{ github.event.inputs.changelog }} \
"${{ github.event.inputs.changelog }}" \
--pr-number ${{ github.event.inputs.pr }}
# This is helpful in the case that we change a previously committed generated file to be ignored by git.
Expand Down

0 comments on commit 412b0a6

Please sign in to comment.