Skip to content

Commit

Permalink
return webhook id
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra committed Nov 1, 2023
1 parent c21ae50 commit 6a19c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrations/gitlab/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export async function installWebhook(
const id = await addProjectWebhook(config, config.project, webhookUrl, webhookToken);

logger.info(`Webhook ${id} installed on GitLab project ${projectId}`);

return id;
}

/**
Expand Down

0 comments on commit 6a19c35

Please sign in to comment.