From 6614b0430587153fe3ab47580b187907dd57a8ce Mon Sep 17 00:00:00 2001 From: ant Date: Sat, 4 Oct 2025 12:12:42 +0200 Subject: [PATCH] add author to update flake workflow --- .forgejo/workflows/nix-inputs-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/nix-inputs-update.yml b/.forgejo/workflows/nix-inputs-update.yml index df719b2..8299bb3 100644 --- a/.forgejo/workflows/nix-inputs-update.yml +++ b/.forgejo/workflows/nix-inputs-update.yml @@ -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" - run: git push --force --set-upstream origin update-nix-inputs