Skip to content

Commit 1768aea

Browse files
Add quotes to title_template string
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4c31b3e commit 1768aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Update dependencies
1919
uses: wader/bump/action@master
2020
with:
21-
title_template: [bump] Update {{.Name}} to v{{.Latest}}
21+
title_template: "[bump] Update {{.Name}} to v{{.Latest}}"
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

0 commit comments

Comments
 (0)