Ver Fonte

correct typo in action definition

Mark Szepieniec há 3 anos atrás
pai
commit
6d08bdb4e9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      actions/action.yml

+ 1 - 1
actions/action.yml

@@ -3,5 +3,5 @@ name: 'Texlive Build'
 description: 'Build a document using texlive'
 runs:
   using: 'docker'
-  image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest
+  image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
   entrypoint: 'make pdf'