Skip to content

Commit 33aa35a

Browse files
authored
Update badges (#739)
Previous badge was broken, replace with two that should not need much maintenance.
1 parent 2efbaeb commit 33aa35a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
],
1010
"badges": [
1111
{
12-
"description": "CI/CD Pipeline",
13-
"href": "https://github.com/ansible/vscode-ansible/actions/workflows/ci.yaml",
14-
"url": "https://img.shields.io/github/workflow/status/ansible/vscode-ansible/ci.png"
12+
"description": "last-commit",
13+
"href": "https://github.com/ansible/vscode-ansible",
14+
"url": "https://img.shields.io/github/last-commit/ansible/vscode-ansible/main"
15+
},
16+
{
17+
"description": "downloads",
18+
"href": "https://github.com/ansible/vscode-ansible",
19+
"url": "https://img.shields.io/visual-studio-marketplace/d/redhat.ansible"
1520
}
1621
],
1722
"bugs": "https://github.com/ansible/vscode-ansible/issues",

0 commit comments

Comments
 (0)