Automatically fix go.sum of Renovate PR

This commit is contained in:
Atsushi Watanabe
2020-04-27 00:23:03 +09:00
committed by Lukas Herman
parent 8eacea60df
commit edc2ada757

View File

@@ -0,0 +1,22 @@
name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: Pion Bot
git_email: 59523206+pionbot@users.noreply.github.com
github_token: ${{ secrets.PIONBOT_GITHUB_TOKEN }}
commit_style: squash
push: force