test action

This commit is contained in:
2023-11-13 23:20:24 +01:00
parent 248ede3650
commit 5fcf6d1b16
4 changed files with 96 additions and 70 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "time=$time" >> $GITHUB_OUTPUT