hello-world-podman/entrypoint.sh

7 lines
83 B
Bash
Raw Normal View History

2024-06-16 11:04:24 +02:00
#!/bin/sh -l
echo "Hello $1"
2024-12-11 17:14:25 +00:00
env
2024-06-16 11:04:24 +02:00
time=$(date)
echo "time=$time" >> $GITHUB_OUTPUT