Skip to content

Commit

Permalink
Fix commit on PRs (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 10, 2025
1 parent 36400d2 commit 6ca4682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: "Update files for renovate"
commit_user_name: "renovate[bot]"
commit_user_email: "renovate[bot]@users.noreply.github.com"

if: ${{ github.actor == 'renovate[bot]' }}

- name: Check if go.mod and go.sum are up to date
Expand Down

0 comments on commit 6ca4682

Please sign in to comment.