gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) f1613a9de8
Triggering the push
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-25 15:44:08 +08:00

7 lines
84 B
Bash

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