diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 052ae4a..83ea3b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: ./ # For real world usage this should be replaced by "antaljanosbenjamin/compile-latex@v1.0.0" + - uses: ./ # For real world usage this should be replaced by "antaljanosbenjamin/compile-latex@v1.0.0" with: file: test.tex output-directory: tests/output