commit cf16dfe5a05f28f9cf6086a6692cb800af674b7d Author: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon Sep 11 10:21:49 2023 +0300 My first action is ready diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..3fee027 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/sh -l + +echo "Hello $1" +time=$(date) +echo "time=$time" >> $GITHUB_OUTPUT