5 lines
79 B
Plaintext
Raw Normal View History

2020-12-13 12:14:35 +01:00
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "::set-output name=time::$time"