lubitest/actions/hello/entrypoint.sh
lubiana 120d4f2a9e
All checks were successful
/ debug (push) Successful in 38s
test
2024-12-15 12:16:07 +01:00

7 lines
87 B
Bash
Executable file

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