Skip to content

Commit

Permalink
ci(go-update): Quote text instead of using | (#80)
Browse files Browse the repository at this point in the history
Even if the text contains `:`, YAML treats it as normal if quoted.
  • Loading branch information
5ouma committed Apr 7, 2024
1 parent 22add47 commit 277084c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
Change Go version to v${{ steps.go.outputs.version }}.
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: bump-go
title: |
chore(deps): Bump Go version to ${{ steps.go.outputs.version }}
title: "chore(deps): Bump Go version to ${{ steps.go.outputs.version }}"
body: Bumps Go version to ${{ steps.go.outputs.version }}
labels: |
Type: Dependencies
labels: "Type: Dependencies"

0 comments on commit 277084c

Please sign in to comment.