From 9ad56b319644ee8e0154c2e54f38cefc8a41e7ad Mon Sep 17 00:00:00 2001 From: Abdud Dayan Adeeb Date: Wed, 17 Jun 2020 21:00:26 -0400 Subject: [PATCH] multiline support --- README.md | 12 +++++++++++- action.yml | 4 ++-- entrypoint.sh | 4 +++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eae916e..8a5b2be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ Docker already supports running commands inside a docker image. See [jobs. semicolon_delimited_script + +exec docker run $INPUT_OPTIONS $INPUT_IMAGE /bin/sh -c "`cat semicolon_delimited_script`"