gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) e45b4b21e8
change back to github output
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-21 15:10:58 +08:00

6 lines
79 B
Bash

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