Files
hello-world-docker-action/entrypoint.sh
T

6 lines
80 B
Bash
Raw Normal View History

2019-08-03 21:11:09 -07:00
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "##[set-output name=time]$time"