diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-nix-hashes.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-nix-hashes.yml b/.github/workflows/update-nix-hashes.yml index 21e07543b..311874d82 100644 --- a/.github/workflows/update-nix-hashes.yml +++ b/.github/workflows/update-nix-hashes.yml @@ -34,8 +34,8 @@ jobs: - name: Configure git run: | - git config --global user.email "[email protected]" - git config --global user.name "opencode" + git config --global user.email "[email protected]" + git config --global user.name "Github Action" - name: Update node_modules hash run: | |
