Skip to content

Commit

Permalink
Patch: Add Octocat and welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 19, 2023
1 parent 1e42fb5 commit f3caa16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/GitHub/public/Core/Connect-GitHubAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
$script:Repo = $Repo
$script:Version = $Version

Get-GitHubUser
$user = Get-GitHubUser

Get-GitHubOctocat
Write-Host "Hello $($user.name) (@$($user.login))!"

}

0 comments on commit f3caa16

Please sign in to comment.