From aea0f4a0aec7e87261c8e7175548f6620f8901fe Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 17 Sep 2021 13:28:38 -0400 Subject: [PATCH] Fix output variable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bf2e54..f9632d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: -v $GITHUB_WORKSPACE/examples/incoming:/incoming:ro \ -v $test_output:/outgoing:rw \ pl-office-convert office_convert /incoming /outgoing - echo "::set-output name=output_dir::test_output" + echo "::set-output name=output_dir::$test_output" - name: Assert outputs run: diff -rq '${{ github.workspace }}/examples/incoming' '${{ steps.run_example.outputs.output_dir }}'