Procházet zdrojové kódy

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

Fix the result's format in the Action
Vadim Markovtsev před 5 roky
rodič
revize
a3ee508aa0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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