Compare commits

...

4 commits
v2 ... 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
34255d6260 Update action.yml 2024-12-10 20:22:09 +00:00
14dd5e117c Update action.yml 2024-12-10 20:17:19 +00: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