diff options
| -rwxr-xr-x | action-a/entrypoint.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh new file mode 100755 index 0000000..d262d66 --- /dev/null +++ b/action-a/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/sh -l + +sh -c "echo Hello world my name is $MY_NAME" |
