From ab5bcdc76b16148ba39e2d68d4c9245df61ec36f Mon Sep 17 00:00:00 2001 From: Arjit Chauhan Date: Wed, 9 Oct 2019 10:43:42 +0530 Subject: [PATCH] Create entrypoint.sh --- action-a/entrypoint.sh | 4 ++++ 1 file changed, 4 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..344c1b5 --- /dev/null +++ b/action-a/entrypoint.sh @@ -0,0 +1,4 @@ + +#!/bin/sh -l + +sh -c "echo Hello world my name is $MY_NAME"