gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) 2b80a5d097
Fix hello script with env:GITEA_OUTPUT
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-10-08 17:32:06 +08:00

8 lines
123 B
Bash

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