diff --git a/.github/workflows/check-active-prs-and-slots.yml b/.github/workflows/check-active-prs-and-slots.yml index fedd3d4cba..e9be9ae220 100644 --- a/.github/workflows/check-active-prs-and-slots.yml +++ b/.github/workflows/check-active-prs-and-slots.yml @@ -21,7 +21,7 @@ jobs: check-pr-slots: runs-on: ubuntu-latest outputs: - SlotsWithoutPRArray: ${{ steps.listOfSlots.outputs.SlotID }} + SlotID: ${{ steps.listOfSlots.outputs.SlotID }} steps: - name: Checking out