From aa7c13ec167f96a3cdf98e47732fbe550e7e2daa Mon Sep 17 00:00:00 2001 From: David Mikael Blum Samuelsen Date: Wed, 9 Jul 2025 11:54:44 +0200 Subject: [PATCH] setup git --- .forgejo/workflows/update-dependencies.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index 98b89a0..7d25dd9 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -16,6 +16,13 @@ jobs: echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf - uses: actions/checkout@v4 + + - run: | + git config --global user.name "${{ inputs.commit-user }}" >> $GITHUB_OUTPUT + git config --global user.email "${{ inputs.commit-email }}" >> $GITHUB_OUTPUT + shell: bash + name: "Configure git" + - run: nix flake update --commit-lock-file - name: Create Pull Request