summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-08 01:12:11 -0500
committerseth <[email protected]>2024-02-08 01:12:11 -0500
commitcb94ca14461f1061345fdee5fc310e4d3507078e (patch)
tree83301b0a8947d66b82830f9d8cde6c87130d1d95 /.github
parent31a33e4264e5c6214844993c5b508fb3500ef5cd (diff)
actions: set git use info in update-lock
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-lock.yaml5
1 files changed, 5 insertions, 0 deletions
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: |