浏览代码

correct typo in action definition

Mark Szepieniec 3 年之前
父节点
当前提交
6d08bdb4e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'