From 45140c4721863e32aaf382d86f1a472e086601a9 Mon Sep 17 00:00:00 2001 From: WebGregGit <68922721+WebGregGit@users.noreply.github.com> Date: Tue, 28 Jul 2020 23:10:00 +0200 Subject: [PATCH 1/2] Create entrypoint.sh --- action-a/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 action-a/entrypoint.sh diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh new file mode 100644 index 0000000..7d3abef --- /dev/null +++ b/action-a/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/sh -l + +sh -c "echo Hello world my name is $INPUT_MY_NAME" From 57aa01cbd7861839728c0097d42b9d542a031822 Mon Sep 17 00:00:00 2001 From: WebGregGit <68922721+WebGregGit@users.noreply.github.com> Date: Tue, 28 Jul 2020 23:14:36 +0200 Subject: [PATCH 2/2] Update entrypoint.sh test --- action-a/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh index 7d3abef..1c7b4bf 100644 --- a/action-a/entrypoint.sh +++ b/action-a/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/sh -l +# test sh -c "echo Hello world my name is $INPUT_MY_NAME"