Skip to content

Commit 5ff2a51

Browse files
committed
chore: minor fix
Signed-off-by: Hari Darshan Gorana <er.haridarshan@gmail.com>
1 parent ca94676 commit 5ff2a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SelfHostedRunners extends AbstractApi
1414
*
1515
* @return array|string
1616
*/
17-
public function all(string $organization, array $parameters)
17+
public function all(string $organization, array $parameters = [])
1818
{
1919
return $this->get('/orgs/'.rawurlencode($organization).'/actions/runners', $parameters);
2020
}

0 commit comments

Comments
 (0)