From ce6436280af6aa1bb5aef6c711a185956cdc56bd Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 18 Nov 2025 01:26:30 -0600 Subject: [PATCH] ci: ignore update nix hash job --- .github/workflows/update-nix-hashes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nix-hashes.yml b/.github/workflows/update-nix-hashes.yml index 21e07543..311874d8 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 "opencode@sst.dev" - git config --global user.name "opencode" + git config --global user.email "action@github.com" + git config --global user.name "Github Action" - name: Update node_modules hash run: |