[READ-ONLY] Mirror of https://github.com/shuuji3/hello-github-actions. lab.github.com/githubtraining/github-actions:-hello-world
0

Configure Feed

Select the types of activity you want to include in your feed.

Create entrypoint.sh

+3
+3
action-a/entrypoint.sh
··· 1 + #!/bin/sh -l 2 + 3 + sh -c "echo Hello world my name is $INPUT_MY_NAME"