Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Logical logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 4, 2019
1 parent d38c7f6 commit 3b677e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Entrypoint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,12 @@ function Initialize-PR {

if ($EVENT_new) {
Write-Log 'There is new event available'

$EVENT = $EVENT_new

Write-Log 'New event' $EVENT
}

Write-Log 'New event' $EVENT
Write-Log 'Commented' $commented

#region Forked repo / branch selection
Expand Down

0 comments on commit 3b677e3

Please sign in to comment.