Skip to content

Commit

Permalink
Missed one FindGithubRepositoryThroughOrganizationAction
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 7, 2024
1 parent bfe6f5e commit 97c4947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function configure(): void
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
$githubRepoAction = $this->resourceService->getAction('https://opencatalogi.nl/action/oc.FindGithubRepositoryThroughOrganizationAction.action.json', 'open-catalogi/open-catalogi-bundle');
$githubRepoAction = $this->resourceService->getAction('https://opencatalogi.nl/action/oc.FindRepositoryThroughOrganizationAction.action.json', 'open-catalogi/open-catalogi-bundle');
$configuration = $githubRepoAction->getConfiguration();

// Handle the command options
Expand Down

0 comments on commit 97c4947

Please sign in to comment.