Add entrypoint.sh
This commit is contained in:
parent
5b922ca9db
commit
963c7f4b53
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
time=$(date)
|
||||
echo "time=$time" >> $GITHUB_OUTPUT
|
Loading…
Reference in New Issue
Block a user