diff options
| author | Aiden Cline <[email protected]> | 2025-11-18 01:26:30 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-18 01:26:30 -0600 |
| commit | ce6436280af6aa1bb5aef6c711a185956cdc56bd (patch) | |
| tree | 39c104bd1905040600c563dc37287b0580458c9f /.github | |
| parent | e49204bd334c0a1d0c84ce8ba85dbfdb99fa33af (diff) | |
| download | opencode-ce6436280af6aa1bb5aef6c711a185956cdc56bd.tar.gz opencode-ce6436280af6aa1bb5aef6c711a185956cdc56bd.zip | |
ci: ignore update nix hash job
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: | |
