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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jun 28, 2019
1 parent 4d3db16 commit 5e5411d
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Entrypoint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function Initialize-PR {
#>
Write-Log 'PR initialized'

if ($EVENT.actions -ne 'opened') {
if ($EVENT.action -ne 'opened') {
Write-Log 'Only action ''opened'' is supported'
exit 0
}
Expand Down
Loading

0 comments on commit 5e5411d

Please sign in to comment.