Skip to content

Commit

Permalink
chore: add missing space for variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi authored Dec 12, 2023
1 parent 9dba721 commit 0fbdcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
--base "main" \
--title "Release ${{ inputs.version_number }}" \
--body "Release ${{ inputs.version_number }}.\n\nPlease review and merge this PR to continue the release process." \
--reviewer "${{ github.actor}}"
--reviewer "${{ github.actor }}"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 0fbdcbc

Please sign in to comment.