We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca94676 commit 5ff2a51Copy full SHA for 5ff2a51
lib/Github/Api/Organization/Actions/SelfHostedRunners.php
@@ -14,7 +14,7 @@ class SelfHostedRunners extends AbstractApi
14
*
15
* @return array|string
16
*/
17
- public function all(string $organization, array $parameters)
+ public function all(string $organization, array $parameters = [])
18
{
19
return $this->get('/orgs/'.rawurlencode($organization).'/actions/runners', $parameters);
20
}
0 commit comments