From cb94ca14461f1061345fdee5fc310e4d3507078e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 8 Feb 2024 01:12:11 -0500 Subject: actions: set git use info in update-lock --- .github/workflows/update-lock.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/update-lock.yaml') diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 564f1a8..24978a6 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -22,6 +22,11 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e # v9 + - name: Set Git user info + run: | + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' + - name: Create new branch id: branch run: | -- cgit v1.2.3