diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 163414a..2d6bf87 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -10,4 +10,8 @@ jobs: - uses: actions/checkout@v4 - uses: https://github.com/DeterminateSystems/nix-installer-action@main - run: 'git config --unset-all extensions.worktreeconfig' - - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file + - run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"' + env: + GIT_AUTHOR_NAME: Chris Dombroski + GIT_AUTHOR_EMAIL: cdombroski@gmail.com + - run: 'git push' \ No newline at end of file