From 1d00097396974d7687ec4a1064420eadc053bbe9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 19 Sep 2024 22:26:45 +0900 Subject: [PATCH] ci: Fix the parameter name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2486020..397b353 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: run: nix-instantiate --eval --strict test/testParams.nix - name: Check the derivation run: nix flake check --override-input org-babel .. - working_directory: test + working-directory: test