Skip to content

Commit

Permalink
fixup! feat: introduce a plugins catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 25, 2022
1 parent 3249f61 commit 3968467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./plugins.schema.json",
"plugins": [
{
"ghrepo": "aspect-build/plugin-fix-visibility"
"github-repo": "aspect-build/plugin-fix-visibility"
}
]
}
4 changes: 2 additions & 2 deletions docs/plugins/plugins.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"items": {
"type": "object",
"properties": {
"ghrepo": {
"github-repo": {
"description": "GitHub repository",
"type": "string"
}
},
"additionalProperties": false,
"required": ["ghrepo"]
"required": ["github-repo"]
}
}
},
Expand Down

0 comments on commit 3968467

Please sign in to comment.