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