ci: use --commit-changes with nvfetcher

This commit is contained in:
seth 2024-04-07 05:23:55 -04:00
parent 2a6c437a05
commit 4a8e1cdd07
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -46,11 +46,8 @@ jobs:
- name: Update upstream sources
run: |
nix run --inputs-from ./dev nixpkgs#nvfetcher
if ! git diff --color=always --exit-code; then
git commit -am "chore: update nvfetcher sources"
fi
nix run --inputs-from ./dev \
nixpkgs#nvfetcher -- --commit-changes
- name: Make PR if needed
env: