Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 7, 2024
1 parent c161500 commit 6c02f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
run: |
pr_title="Release ${{steps.release_artifact.outputs.tag}}"
pr_body="This PR is autogenerated by a workflow. A release draft has been created and should be published after merging."
gh pr create --title $pr_title --body $pr_body
gh pr create --title "$pr_title" --body "$pr_body"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c02f57

Please sign in to comment.