Skip to content

Commit eb1eae4

Browse files
Create entrypoint.sh
1 parent 27b6ac9 commit eb1eae4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action-a/entrypoint.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh -l
2+
3+
4+
5+
sh -c "echo Hello world my name is $INPUT_MY_NAME"

0 commit comments

Comments
 (0)