mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
fix: correctly unmarshal entrypoint (#876)
Signed-off-by: hackercat <me@hackerc.at> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
c82cbd5b5b
commit
17c788feae
3 changed files with 12 additions and 2 deletions
|
@ -9,6 +9,7 @@ inputs:
|
|||
runs:
|
||||
using: docker
|
||||
image: docker://node:12-buster-slim
|
||||
entrypoint: /bin/sh -c
|
||||
env:
|
||||
TEST: enabled
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue