Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
87a5a35b8f | |||
0a9fa2b000 |
1 changed files with 1 additions and 0 deletions
1
entrypoint.sh
Normal file → Executable file
1
entrypoint.sh
Normal file → Executable file
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
env
|
||||
time=$(date)
|
||||
echo "time=$time" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue