mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02: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
|