1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

chore(ci): change auto go mod tidy commit msg (#1578)

This commit is contained in:
Carlos Alexandro Becker 2020-05-28 12:26:13 -03:00 committed by GitHub
parent b91f87e019
commit 38820db5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ jobs:
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "fix: go mod tidy"
title: "fix: go mod tidy"
commit-message: "chore(deps): go mod tidy"
title: "chore(deps): go mod tidy"
body: |
Current `go.mod` and `go.sum` don't match the source code.
branch: go-mod-tidy