Update entrypoint.sh
This commit is contained in:
parent
0a9fa2b000
commit
87a5a35b8f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
echo "Hello $1"
|
echo "Hello $1"
|
||||||
|
env
|
||||||
time=$(date)
|
time=$(date)
|
||||||
echo "time=$time" >> $GITHUB_OUTPUT
|
echo "time=$time" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Reference in a new issue