diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh new file mode 100644 index 0000000..1c7b4bf --- /dev/null +++ b/action-a/entrypoint.sh @@ -0,0 +1,4 @@ +#!/bin/sh -l +# test + +sh -c "echo Hello world my name is $INPUT_MY_NAME"