mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-29 00:10:07 +02:00
Fix GitlabCommitsBridge.
This commit is contained in:
parent
a84f11aed8
commit
fa7a053c65
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
||||||
$this->description = 'Returns the commits of a project hosted on a gitlab instance';
|
$this->description = 'Returns the commits of a project hosted on a gitlab instance';
|
||||||
$this->update = '2016-06-19';
|
$this->update = '2016-06-19';
|
||||||
|
|
||||||
$this->parameters=
|
$this->parameters[] =
|
||||||
'[
|
'[
|
||||||
{
|
{
|
||||||
"name" : "Base URI",
|
"name" : "Base URI",
|
||||||
|
@ -27,7 +27,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
||||||
{
|
{
|
||||||
"name" : "Project name",
|
"name" : "Project name",
|
||||||
"identifier" : "p"
|
"identifier" : "p"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name" : "Project branch",
|
"name" : "Project branch",
|
||||||
"identifier" : "b"
|
"identifier" : "b"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue