Quellcode durchsuchen

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

Disable TF projector in the Action
Vadim Markovtsev vor 5 Jahren
Ursprung
Commit
0933f0c30c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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