Fix typo
This commit is contained in:
@@ -57,14 +57,14 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
tags: ${{ needs.resolve-image-tag.outputs.tag }}
|
tags: ${{ needs.resolve-image-tag.outputs.tag }}
|
||||||
- name: Test ${{ matrix.name }} Project
|
- name: Test ${{ matrix.test }} Project
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
source: ./test_projects/${{ matrix.name }}
|
source: ./test_projects/${{ matrix.test }}
|
||||||
destination: ./test_projects/${{ matrix.name }}/_site
|
destination: ./test_projects/${{ matrix.test }}/_site
|
||||||
build_revision: JEKYLL_BUILD_REVISION
|
build_revision: JEKYLL_BUILD_REVISION
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Verify output
|
- name: Verify output
|
||||||
run: |
|
run: |
|
||||||
./bin/compare_expected_output ./test_projects/${{matrix.name}}
|
./bin/compare_expected_output ./test_projects/${{matrix.test}}
|
||||||
|
|||||||
Reference in New Issue
Block a user