Skip to content

Commit

Permalink
amend action to run entrypoint with shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep committed Sep 11, 2021
1 parent 6d08bdb commit 67a8f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: 'Build a document using texlive'
runs:
using: 'docker'
image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
entrypoint: 'make pdf'
entrypoint: ["sh", "-c", "make pdf"]

0 comments on commit 67a8f4b

Please sign in to comment.