浏览代码

Fix the result's format in the Action

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 5 年之前
父节点
当前提交
87911f5a15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      action.yml

+ 1 - 1
action.yml

@@ -12,7 +12,7 @@ runs:
   args:
     - "/bin/bash"
     - "-c"
-    - "mkdir /github/home/hercules && cd /github/home/hercules && hercules ${{ inputs.args }} --pb /github/workspace | labours -m all -o result"
+    - "mkdir /github/home/hercules && cd /github/home/hercules && hercules ${{ inputs.args }} --pb /github/workspace | labours -m all -f pb -o result"
 branding:
   color: purple
   icon: bar-chart-2