0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/sh -l
|
|
|
|
echo "Hello $1"
|
|
time=$(date)
|
|
echo ::set-output name=time::$time
|