change action git user to renovate bot instead of github

Signed-off-by: blahai <blahai@noreply.git.blahai.gay>
This commit is contained in:
blahai 2025-02-14 03:42:59 +00:00
parent e15bb4b129
commit 1a4a1f263c

View file

@ -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