Skip to content

Commit

Permalink
adding hardcoded false
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Aug 10, 2023
1 parent f5384de commit 651fe45
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 @@ -69,7 +69,7 @@ jobs:
else {
echo "❌ - Number of slots are not equal to number of active PRs"
}
echo "AreSlotsEqual='False'" >> $env:GITHUB_OUTPUT
echo "AreSlotsEqual=false" >> $env:GITHUB_OUTPUT
- name: List of Slots that need to be deleted
if: ${{ steps.comparision.outputs.AreSlotsEqual == 'False' }}
Expand Down

0 comments on commit 651fe45

Please sign in to comment.