From d3ec8a816121d9a401c13c2e1be3809cb7f8a775 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:01:57 +1000 Subject: [PATCH] Updating the variable name --- .github/workflows/check-active-prs-and-slots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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