Skip to content

Commit

Permalink
Update pushes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 13, 2024
1 parent 9566690 commit 56b6357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/pushes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

function handleItem($push)
{
echo "https://github.com/{$push->RepositoryOwner}/{$push->RepositoryName}/commit/{$push->HeadCommitId}:\n\n";

$token = generateInstallationToken($push->InstallationId, $push->RepositoryName);

$botDashboardUrl = "https://gstraccini.bot/dashboard";
Expand Down

0 comments on commit 56b6357

Please sign in to comment.