mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-16 16:57:45 +00:00
3c1454825d
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "Hello $1"
|
|
time=$(date)
|
|
echo ::set-output name=time::$time
|
|
|
|
echo "SOMEVAR=$1" >>$GITHUB_ENV
|