From 4137d747c655922155de779c037dd17c8b79b73f Mon Sep 17 00:00:00 2001 From: Almalexia Date: Thu, 14 Nov 2024 21:45:46 -0500 Subject: [PATCH] Forgot to change variable name in CI script. --- .github/workflows/check_compilable_percentage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_compilable_percentage.yml b/.github/workflows/check_compilable_percentage.yml index 9326424d..b44ec10d 100644 --- a/.github/workflows/check_compilable_percentage.yml +++ b/.github/workflows/check_compilable_percentage.yml @@ -134,7 +134,7 @@ jobs: id: validate_accuracy run: | current_run_accuracy="${{ steps.parse_accuracy_percentage.outputs.current_run_accuracy }}" - constant_saved_run_percentage="${{ steps.constant_saved_run_percentage.outputs.latest_run_accuracy }}" + constant_saved_run_percentage="${{ steps.constant_saved_run_percentage.outputs.constant_saved_run_percentage }}" if [ "$current_run_accuracy" != "$constant_saved_run_percentage" ]; then echo "Current accuracy ($current_run_accuracy) does not match latest run accuracy ($constant_saved_run_percentage)."