From d7d82d615937c95fbbdc5e2accce5cd23d904c03 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 17:57:25 -0300 Subject: [PATCH] Fix input name for CI-only strict mode --- .github/workflows/check-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index bace43e..dbc8ff4 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -83,7 +83,7 @@ jobs: uses: DeterminateSystems/magic-nix-cache-action@test-fail-mode with: source-binary: "${{ steps.extract.outputs.mnc-path }}" - strict-mode: true + _internal-strict-mode: true - name: Run nix to test magic-nix-cache-action run: |