diff options
| author | seth <[email protected]> | 2024-02-08 01:12:11 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-08 01:12:11 -0500 |
| commit | cb94ca14461f1061345fdee5fc310e4d3507078e (patch) | |
| tree | 83301b0a8947d66b82830f9d8cde6c87130d1d95 /.github/workflows/update-lock.yaml | |
| parent | 31a33e4264e5c6214844993c5b508fb3500ef5cd (diff) | |
actions: set git use info in update-lock
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 5 |
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: | |
