Parcourir la source

amend entrypoint override in action

Mark Szepieniec il y a 3 ans
Parent
commit
bc9a6db2d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      actions/action.yml

+ 1 - 1
actions/action.yml

@@ -4,4 +4,4 @@ description: 'Build a document using texlive'
 runs:
   using: 'docker'
   image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
-  entrypoint: '["sh", "-c", "make pdf"]'
+  entrypoint: 'sh -c make pdf'