Chris Oloff 2025-01-01 13:24:16 +02:00
parent acec852010
commit ae138368b1
4 changed files with 44 additions and 0 deletions

5
entrypoint.sh Executable file
View file

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