Преглед на файлове

amend action to run entrypoint with shell

Mark Szepieniec преди 3 години
родител
ревизия
67a8f4beb7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"]