소스 검색

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"]