diff --git a/.github/workflows/new-issue.yml b/.github/workflows/new-issue.yml index 27140c18c..dc03e7302 100644 --- a/.github/workflows/new-issue.yml +++ b/.github/workflows/new-issue.yml @@ -14,4 +14,4 @@ jobs: - uses: actions/checkout@v2.2.0 - name: Check exception run: | - . "${{ github.workspace }}\scripts\Find-nextissueGH.ps1" -packageName ${{ github.event.issue.title }} \ No newline at end of file + . "${{ github.workspace }}\scripts\Find-nextissueGH.ps1" -packageName "${{ github.event.issue.title }}" \ No newline at end of file