| 123456789101112131415161718192021222324252627282930313233 |
- #
- # DO NOT EDIT THIS FILE
- #
- # It is automatically copied from https://github.com/pion/.goassets repository.
- # If this repository should have package specific CI config,
- # remove the repository name from .goassets/.github/workflows/assets-sync.yml.
- #
- # If you want to update the shared CI config, send a PR to
- # https://github.com/pion/.goassets instead of this repository.
- #
- 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: [email protected]
- github_token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
- commit_style: squash
- push: force
|