Skip to content

Commit

Permalink
Fix output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 17, 2021
1 parent 6a5a731 commit aea0f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

Expand Down

0 comments on commit aea0f4a

Please sign in to comment.