浏览代码

Merge pull request #312 from src-d/vmarkovtsev-patch-2

Disable TF projector in the Action
Vadim Markovtsev 5 年之前
父节点
当前提交
0933f0c30c
共有 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 -f pb -o result"
+    - "mkdir /github/home/hercules && cd /github/home/hercules && hercules ${{ inputs.args }} --pb /github/workspace | labours -m all -f pb --disable-projector -o result"
 branding:
   color: purple
   icon: bar-chart-2