actions/simple/greeting.yml
ssp6904 274c66071d Added action files and workflows
Signed-off-by: ssp6904 <shoffer@ttnrtsite.me>
2024-07-25 15:41:08 -04:00

6 lines
165 B
YAML

steps:
greeting:
image: ubuntu
commands:
- echo "Hello there! I'm a pipline that runs on TTGit"
- echo "Use me for workflows when you need to!"