mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-05 08:36:55 +08:00
Automatically fix go.sum of Renovate PR
This commit is contained in:

committed by
Lukas Herman

parent
8eacea60df
commit
edc2ada757
22
.github/workflows/renovate-go-mod-fix.yaml
vendored
Normal file
22
.github/workflows/renovate-go-mod-fix.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user