We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c96a7 commit 3d0acf4Copy full SHA for 3d0acf4
1 file changed
assets/runner_info.sh
@@ -32,6 +32,7 @@ echo "Action Version: ${VERSION}"
32
echo "OS: ${OS_NAME}"
33
echo "OS Version: ${OS_VERSION}"
34
echo "Uptime: ${UPTIME}"
35
+echo "Runner Date: $(date +'%Y-%m-%d %H:%M:%S.%9N' )"
36
37
# if runner service is running then we can determine installation path and get additional info
38
if pgrep "runsvc.sh" >/dev/null; then
0 commit comments