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 }}'