Skip to content

Commit

Permalink
GHA: body msg needs quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
(cherry picked from commit 6b4e38d)
  • Loading branch information
Vicente-Cheng committed Feb 11, 2025
1 parent b5e7d5c commit dd774e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
--head bump-os-${{ inputs.tag }} \
--reviewer "harvester/os" \
--title "Bump OS ${{ inputs.tag }}" \
--body ${{ env.prContent }}
--body "${{ env.prContent }}"
create-addon-pr:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
--head bump-nv-driver-${{ inputs.tag }} \
--reviewer "harvester/os" \
--title "Bump nvidia-driver-toolkit ${{ inputs.tag }}" \
--body ${{ env.prContent }}
--body "${{ env.prContent }}"

0 comments on commit dd774e9

Please sign in to comment.