mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-23 10:51:26 +00:00
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
|