This repository was archived by the owner on Aug 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ Sample configuration can be found in `config` directory.
49
49
See /docs or visit [ docs] [ docs ]
50
50
51
51
![ commit] [ commit ]
52
-
53
52
![ Uptime Robot status] ( https://img.shields.io/uptimerobot/status/m780628218-79e4106657d18a5abccd3565.svg?style=flat )
54
53
![ Uptime Robot ratio (30 days)] ( https://img.shields.io/uptimerobot/ratio/30/m780628218-79e4106657d18a5abccd3565.svg?style=flat )
55
54
@@ -138,7 +137,7 @@ See [Contributing and forks](/CONTRIBUTING.md)
138
137
139
138
[ version ] : https://img.shields.io/github/v/release/tprasadtp/ubuntu-post-install?label=version
140
139
141
- [ commit ] : https://img.shields.io/badge/dynamic/json.svg?label=sha &style=flat&url=https://ae.prasadt.com/commit.json&query=commit.id
140
+ [ commit ] : https://img.shields.io/badge/dynamic/json.svg?label=commit &style=flat&url=https://ae.prasadt.com/commit.json&query=commit.id
142
141
[ commit-deployed-ts ] : https://img.shields.io/badge/dynamic/json.svg?label=on&style=flat&url=https://ae.prasadt.com/commit.json&query=ts
143
142
[ deployed ] : https://img.shields.io/badge/dynamic/json.svg?label=deployed&color=success&style=flat&prefix=%23&url=https://ae.prasadt.com/commit.json&query=build.number
144
143
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ cat <<EOT > ./_site/commit.json
31
31
"ref": "${GITHUB_REF:- NA} "
32
32
},
33
33
"build": {
34
- "number": "${GITHUB_RUN_ID :- NA} ",
34
+ "number": "${GITHUB_RUN_NUMBER :- NA} ",
35
35
"actor": "${GITHUB_ACTOR:- NA} ",
36
36
"workflow": "${GITHUB_WORKFLOW:- NA} ",
37
37
"event": "${GITHUB_EVENT_NAME:- NA} "
You can’t perform that action at this time.
0 commit comments