From c6b6e3f6a621d6245b6e1f9959ff2339ef0682b4 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Mon, 7 Feb 2022 18:23:34 -0800 Subject: [PATCH] Fix typo --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec208fa..4db70a1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,14 +57,14 @@ jobs: context: . file: Dockerfile tags: ${{ needs.resolve-image-tag.outputs.tag }} - - name: Test ${{ matrix.name }} Project + - name: Test ${{ matrix.test }} Project uses: ./ with: - source: ./test_projects/${{ matrix.name }} - destination: ./test_projects/${{ matrix.name }}/_site + source: ./test_projects/${{ matrix.test }} + destination: ./test_projects/${{ matrix.test }}/_site build_revision: JEKYLL_BUILD_REVISION token: ${{ secrets.GITHUB_TOKEN }} - name: Verify output run: | - ./bin/compare_expected_output ./test_projects/${{matrix.name}} + ./bin/compare_expected_output ./test_projects/${{matrix.test}}