Explorar o código

amend action to run entrypoint with shell

Mark Szepieniec %!s(int64=3) %!d(string=hai) anos
pai
achega
67a8f4beb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: 'make pdf'
+  entrypoint: ["sh", "-c", "make pdf"]