Create entrypoint.sh

This commit is contained in:
2020-06-07 22:07:58 +05:30
committed by GitHub
parent cabbd3d462
commit af7af2033f
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh -l
sh -c "echo Hello world my name is $INPUT_MY_NAME"