Skip to content

Commit

Permalink
removing the quote to output the slots
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Aug 11, 2023
1 parent 7913b03 commit 9e13610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-active-prs-and-slots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9e13610

Please sign in to comment.