Skip to content

Commit 3d0acf4

Browse files
committed
resolves #18. adds date and time output.
1 parent 25c96a7 commit 3d0acf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/runner_info.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ echo "Action Version: ${VERSION}"
3232
echo "OS: ${OS_NAME}"
3333
echo "OS Version: ${OS_VERSION}"
3434
echo "Uptime: ${UPTIME}"
35+
echo "Runner Date: $(date +'%Y-%m-%d %H:%M:%S.%9N' )"
3536

3637
# if runner service is running then we can determine installation path and get additional info
3738
if pgrep "runsvc.sh" >/dev/null; then

0 commit comments

Comments
 (0)