Browse Source

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

Disable TF projector in the Action
Vadim Markovtsev 5 năm trước cách đây
mục cha
commit
0933f0c30c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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