gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) fb2fc5111e
update script to :github
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-22 01:03:54 +08:00

6 lines
83 B
Bash

#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "time=$time" >> $env:GITHUB_OUTPUT