mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
7b76fa0ce4
Generated by Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
26 lines
561 B
YAML
26 lines
561 B
YAML
name: go-mod-fix
|
|
on:
|
|
push:
|
|
branches:
|
|
- renovate/*
|
|
|
|
jobs:
|
|
go-mod-fix:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v6
|
|
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
|
|
go_mod_paths: |
|
|
./
|
|
./examples/
|