change action git user to renovate bot instead of github
Signed-off-by: blahai <blahai@noreply.git.blahai.gay>
This commit is contained in:
parent
e15bb4b129
commit
1a4a1f263c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ jobs:
|
|||
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config --global user.name "GitHub Actions"
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name 'Renovate Bot'
|
||||
git config --global user.email 'forgejo-renovate-action@forgejo.org'
|
||||
|
||||
- name: Update Lockfile
|
||||
run: nix flake update --commit-lock-file
|
||||
|
|
Loading…
Add table
Reference in a new issue