mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 15:25:02 +02:00
fix: correctly unmarshal entrypoint (#876)
Signed-off-by: hackercat <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent
ec34eb9532
commit
12fa4d703d
@@ -9,6 +9,7 @@ inputs:
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://node:12-buster-slim
|
||||
entrypoint: /bin/sh -c
|
||||
env:
|
||||
TEST: enabled
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user