ソースを参照

ci: ignore update nix hash job

Aiden Cline 5 ヶ月 前
コミット
ce6436280a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/update-nix-hashes.yml

+ 2 - 2
.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: |