Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
GitPub
0.1.5
Types/GitPub.Post.Release/get_PostAuthor.ps1
if
(
$this
.
author
.
type
-ne
'bot'
)
{
$this
.
author
.
login
}
else
{
''
}