Explorar o código

Switch from the useless entrypoint to CMD

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev %!s(int64=5) %!d(string=hai) anos
pai
achega
ee8054af91
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      action.yml

+ 2 - 2
action.yml

@@ -9,10 +9,10 @@ inputs:
 runs:
   using: "docker"
   image: "docker://srcd/hercules:latest"
-  entrypoint: "/bin/bash"
   args:
+    - "/bin/bash"
     - "-c"
     - "mkdir /github/home/hercules && cd /github/home/hercules && hercules ${{ inputs.args }} --pb /github/workspace | labours -m all -o result"
 branding:
   color: purple
-  icon: bar-chart-2
+  icon: bar-chart-2