This commit is contained in:
cupcakearmy
2020-12-13 12:14:35 +01:00
commit 80c6c8e7ed
5 changed files with 45 additions and 0 deletions

5
entrypoint Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "::set-output name=time::$time"