From 3741d5bd1b0e5645d7b4931ec30f2489bf8514c5 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 18:40:43 -0800 Subject: [PATCH] no quote, fix brackets --- .github/workflows/cookiecutter-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 13ccb82..216a5be 100644 --- a/.github/workflows/cookiecutter-test.yml +++ b/.github/workflows/cookiecutter-test.yml @@ -71,7 +71,7 @@ jobs: - name: Append version to config run: | - echo ' python_version: "${{ matrix.python_version"' >> tests/${{ matrix.config_file }} + echo ' python_version: ${{ matrix.python_version }}' >> tests/${{ matrix.config_file }} cat tests/${{ matrix.config_file }} - name: Use the cookiecutter