From 3d0acf4e9d204367ac5579f10db9c1779eed40e4 Mon Sep 17 00:00:00 2001 From: bwhitehead0 Date: Thu, 14 Aug 2025 09:35:00 -0500 Subject: [PATCH] resolves #18. adds date and time output. --- assets/runner_info.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/runner_info.sh b/assets/runner_info.sh index 9eec5cb..25c1adf 100755 --- a/assets/runner_info.sh +++ b/assets/runner_info.sh @@ -32,6 +32,7 @@ echo "Action Version: ${VERSION}" echo "OS: ${OS_NAME}" echo "OS Version: ${OS_VERSION}" echo "Uptime: ${UPTIME}" +echo "Runner Date: $(date +'%Y-%m-%d %H:%M:%S.%9N' )" # if runner service is running then we can determine installation path and get additional info if pgrep "runsvc.sh" >/dev/null; then