From d9c64c93ee341ee861e1b2e0d9d7428f4f95e05f Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Fri, 17 May 2024 12:44:31 +0200 Subject: [PATCH] Directly get package --- .github/workflows/closed-issue.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/closed-issue.yml b/.github/workflows/closed-issue.yml index 97526941e..8cd006a98 100644 --- a/.github/workflows/closed-issue.yml +++ b/.github/workflows/closed-issue.yml @@ -26,4 +26,9 @@ jobs: Import-Module PowerShellForGitHub Set-GitHubConfiguration -DisableTelemetry Set-Location ${{ github.workspace }} - & ".\tools\looknewer.ps1" \ No newline at end of file + & ".\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" \ No newline at end of file