From b26e131d0603e9a776c153def2f8233e6fbcfea1 Mon Sep 17 00:00:00 2001 From: Tunisiano18 Date: Fri, 29 Mar 2024 16:55:19 +0100 Subject: [PATCH] quotes --- .github/workflows/edited-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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