From 76357b585ea1c11464a2b07c85a46495639aab6e Mon Sep 17 00:00:00 2001 From: cellgeni Date: Mon, 20 Jan 2025 16:08:43 +0000 Subject: [PATCH] fixed parameter substitution --- .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 a3b761c..e8d7704 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,4 +30,4 @@ jobs: run: | chmod +x ./scripts/* chmod +x ./tests/test_metadata.sh - ./tests/test_metadata.sh ${matrix.series_id} \ No newline at end of file + ./tests/test_metadata.sh ${{ matrix.series_id }} \ No newline at end of file