From 5dfe2c8204fdd8da4ee172faeb6adac3ff36e4c5 Mon Sep 17 00:00:00 2001 From: Eli Kogan-Wang Date: Fri, 31 Jan 2025 15:39:42 +0100 Subject: [PATCH] fix(build): update error message for hash mismatch in fixed-output derivation --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbcf9eca..96ae2896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: GH_TOKEN: ${{ steps.generate-token.outputs.token }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }} run: | - if grep -q "npmDepsHash is out of date" thymis/build.log; then + if grep -q "hash mismatch in fixed-output derivation" thymis/build.log; then cd thymis-2 echo "frontendHashFailure detected, committing new hash" # git config --global user.name github-actions[bot]