fix: avoid empty commit body issue

This commit is contained in:
chenrui
2021-01-05 00:07:04 -05:00
committed by GitHub
parent a4b8fe2086
commit 4f3d7deadf
+4 -1
View File
@@ -112,7 +112,10 @@ jobs:
homebrew-tap: Homebrew/homebrew-core
base-branch: master
download-url: ${{format('https://github.com/dolthub/dolt/archive/v{0}.tar.gz', github.event.inputs.version)}}
commit-message: ${{format('dolt v{0}', github.event.inputs.version)}}
commit-message: |
${{format('dolt {0}', github.event.inputs.version)}}
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{secrets.HOMEBREW_GITHUB_TOKEN}}
- name: Discord Notify