mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
chore(ci): change auto go mod tidy commit msg (#1578)
This commit is contained in:
parent
b91f87e019
commit
38820db5eb
4
.github/workflows/gosum.yml
vendored
4
.github/workflows/gosum.yml
vendored
@ -31,8 +31,8 @@ jobs:
|
|||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "fix: go mod tidy"
|
commit-message: "chore(deps): go mod tidy"
|
||||||
title: "fix: go mod tidy"
|
title: "chore(deps): go mod tidy"
|
||||||
body: |
|
body: |
|
||||||
Current `go.mod` and `go.sum` don't match the source code.
|
Current `go.mod` and `go.sum` don't match the source code.
|
||||||
branch: go-mod-tidy
|
branch: go-mod-tidy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user