mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-15 16:33:07 +00:00
0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "Hello $1"
|
|
time=$(date)
|
|
echo ::set-output name=time::$time
|