Skip to content

Commit 0612c92

Browse files
committed
repo: added actions
feat(actions): added self-hosted runners Signed-off-by: Emre DEĞER <ben@emre.dev> repo: added actions refactored fix(actions: reformated self-hosted runners repo: added actions refactored fix(actions: reformated self-hosted runners
1 parent 8cd10fd commit 0612c92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/Github/Api/Repository/Actions/SelfHostedRunners.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ public function show(string $username, string $repository, int $runnerId)
3737
}
3838

3939
/**
40-
* https://developer.github.com/v3/actions/self-hosted-runners/#delete-a-self-hosted-runner-from-a-repository
40+
* @link https://developer.github.com/v3/actions/self-hosted-runners/#delete-a-self-hosted-runner-from-a-repository
4141
*
4242
* @param string $username
4343
* @param string $repository
44-
* @param int $runnerId
44+
* @param int $runnerId
4545
*
4646
* @return array|string
4747
*/

test/Github/Tests/Api/Repository/Actions/SelfHostedRunnersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public function shouldGetSelfHostedRunnerApps()
106106
->will($this->returnValue($expectedArray));
107107

108108
$this->assertEquals($expectedArray, $api->applications('KnpLabs', 'php-github-api'));
109-
110109
}
111110

112111
protected function getApiClass()

0 commit comments

Comments
 (0)