From af7af2033fd1e83d4abfcda8b86d65d4ce6ddc92 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sun, 7 Jun 2020 22:07:58 +0530 Subject: [PATCH] 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"