Browse Source

amend action to pass exec form as string

Mark Szepieniec 3 years ago
parent
commit
446c202fd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      actions/action.yml

+ 1 - 1
actions/action.yml

@@ -4,4 +4,4 @@ description: 'Build a document using texlive'
 runs:
 runs:
   using: 'docker'
   using: 'docker'
   image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
   image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
-  entrypoint: ["sh", "-c", "make pdf"]
+  entrypoint: '["sh", "-c", "make pdf"]'