mirror of
https://github.com/bendtherules/hello-github-actions.git
synced 2026-08-18 22:02:33 +00:00
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh -l
|
|
|
|
sh -c "echo Hello world my name is $INPUT_MY_NAME"
|