Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 13, 2024
1 parent 5ba5e4b commit 1261ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Find-nextissueGH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function Find-nextissueGH {
Install-Module psgithubsearch -ErrorAction SilentlyContinue -Force
Import-Module psgithubsearch

"packageName : $packageName"
$search = $packageName.split('(|)')[1]
"Package to import : $search"

Expand All @@ -25,6 +26,8 @@ function Find-nextissueGH {
"Running $($script) $($search.Tolower())"
. $script $search.Tolower()
}
} else {
"Nothing found"
}

try {
Expand Down

0 comments on commit 1261ce8

Please sign in to comment.