diff --git a/.github/workflows/check-active-prs-and-slots.yml b/.github/workflows/check-active-prs-and-slots.yml index 984fa4af12..f0e92cca56 100644 --- a/.github/workflows/check-active-prs-and-slots.yml +++ b/.github/workflows/check-active-prs-and-slots.yml @@ -73,7 +73,7 @@ jobs: else { echo "❌ - Number of slots are not equal to number of active PRs" } - echo "slotsExistThatRequireDeletion='$slotsExistThatRequireDeletion'" >> $env:GITHUB_OUTPUT + echo "slotsExistThatRequireDeletion=$slotsExistThatRequireDeletion" >> $env:GITHUB_OUTPUT - name: List of slots that need to be deleted if: ${{ steps.comparision.outputs.slotsExistThatRequireDeletion.Length > 0 }}