add author to update flake workflow
All checks were successful
/ build-all (push) Successful in 1m10s

This commit is contained in:
ant 2025-10-04 12:12:42 +02:00
parent d52441b226
commit b2fe47e741

View file

@ -8,5 +8,5 @@ jobs:
- run: git clone -q -b $FORGEJO_REF_NAME https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY .
- run: git checkout -b update-nix-inputs
- run: nix flake update
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')"
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
- run: git push --force --set-upstream origin update-nix-inputs