Add entrypoint.sh

This commit is contained in:
Luke Tainton 2025-01-02 10:33:55 +01:00
parent 5b922ca9db
commit 963c7f4b53

5
entrypoint.sh Normal file
View File

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