Skip to content

Commit

Permalink
Directly get package
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 17, 2024
1 parent 450d979 commit d9c64c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/closed-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
Import-Module PowerShellForGitHub
Set-GitHubConfiguration -DisableTelemetry
Set-Location ${{ github.workspace }}
& ".\tools\looknewer.ps1"
& ".\tools\looknewer.ps1"
- name: Get new package
run: |
Import-Module "${{ github.workspace }}\scripts\new.psm1"
Set-Location ${{ github.workspace }}
Find-nextissueGH -packageName "${{ github.event.issue.title }}" -actor "tunisiano187"

0 comments on commit d9c64c9

Please sign in to comment.