Răsfoiți Sursa

amend action to run entrypoint with shell

Mark Szepieniec 3 ani în urmă
părinte
comite
67a8f4beb7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"]