Skip to content

Commit

Permalink
quote this line
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 11, 2024
1 parent b8f2bbb commit 64b3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: steps.update-dependency.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v7
with:
title: [dependency] ${{ steps.get-details.outputs.title }} to ${{ steps.get-details.outputs.version }}
title: "[dependency] ${{ steps.get-details.outputs.title }} to ${{ steps.get-details.outputs.version }}"
body: ${{ steps.get-details.outputs.title }} to ${{ steps.get-details.outputs.version }}
base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
Expand Down

0 comments on commit 64b3b42

Please sign in to comment.