瀏覽代碼

amend entrypoint override in action

Mark Szepieniec 3 年之前
父節點
當前提交
bc9a6db2d9
共有 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: '["sh", "-c", "make pdf"]'
+  entrypoint: 'sh -c make pdf'