My first action is ready

This commit is contained in:
Shakar 2023-09-11 10:21:49 +03:00
commit cf16dfe5a0
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

5
entrypoint.sh Executable file
View File

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