mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Fix plugin URLs (#2850)
This commit is contained in:
parent
7530e9d8a3
commit
f4c51b01ad
1 changed files with 2 additions and 14 deletions
|
@ -76,18 +76,6 @@
|
||||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-email/master/docs.md",
|
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-email/master/docs.md",
|
||||||
"verified": true
|
"verified": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"// todo": true,
|
|
||||||
"name": "Docker",
|
|
||||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-docker/master/docs.md",
|
|
||||||
"verified": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"// todo": true,
|
|
||||||
"name": "GitHub release",
|
|
||||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/master/docs.md",
|
|
||||||
"verified": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"// todo": true,
|
"// todo": true,
|
||||||
"name": "Chart releaser",
|
"name": "Chart releaser",
|
||||||
|
@ -161,12 +149,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Release Helper",
|
"name": "Release Helper",
|
||||||
"docs": "https://raw.githubusercontent.com/woodpeckerci/plugin-ready-release-go/main/docs.md",
|
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-ready-release-go/main/docs.md",
|
||||||
"verified": true
|
"verified": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GitHub Release",
|
"name": "GitHub Release",
|
||||||
"docs": "https://raw.githubusercontent.com/woodpeckerci/plugin-github-release/main/docs.md",
|
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/main/docs.md",
|
||||||
"verified": true
|
"verified": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue