Compare commits

...

2 commits
v4 ... main

Author SHA1 Message Date
87a5a35b8f Update entrypoint.sh 2024-12-11 17:14:25 +00:00
0a9fa2b000 test 2024-12-11 14:28:41 +01:00

1
entrypoint.sh Normal file → Executable file
View file

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