hello-world-podman/entrypoint.sh
2024-12-11 17:14:25 +00:00

6 lines
83 B
Bash
Executable file

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