diff --git a/.github/workflows/edited-issue.yml b/.github/workflows/edited-issue.yml index 025ab9d06..4953d9ccc 100644 --- a/.github/workflows/edited-issue.yml +++ b/.github/workflows/edited-issue.yml @@ -20,4 +20,4 @@ jobs: - name: Validate Issue run: | Import-Module "${{ github.workspace }}\scripts\edit.psm1" - Exclude-package -title ${{ github.event.issue.title }} -issueNumber ${{ github.event.issue.number }} -repository "${{ github.event.repository.full_name }}" \ No newline at end of file + Exclude-package -title "${{ github.event.issue.title }}" -issueNumber ${{ github.event.issue.number }} -repository "${{ github.event.repository.full_name }}" \ No newline at end of file