gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) ae3e517fec Testing the env GITEA_OUTPUT
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-10-08 16:44:04 +08:00

8 lines
119 B
Bash

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