From 41cfe070bd3f32dfdd47a22b21132bb83b91b214 Mon Sep 17 00:00:00 2001 From: gdconnect Date: Thu, 18 Mar 2021 19:49:07 +1100 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"