From 5ae37d79ade27fd8cf09a48f6762a7b90daceaac Mon Sep 17 00:00:00 2001 From: Cloud Foundry Buildpacks Team Robot Date: Thu, 29 Feb 2024 10:24:30 -0500 Subject: [PATCH] Updating github-config (#411) --- .github/workflows/release-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-reminder.yml b/.github/workflows/release-reminder.yml index 09a3b74c..a5998d40 100644 --- a/.github/workflows/release-reminder.yml +++ b/.github/workflows/release-reminder.yml @@ -26,7 +26,7 @@ jobs: echo "It's the second Thursday of the month" echo "bool=true" >> "${GITHUB_OUTPUT}" # fourth thursday of the month will always be between day 21 and 28 (inclusive) - if [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then + elif [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then echo "It's the fourth Thursday of the month" echo "bool=true" >> "${GITHUB_OUTPUT}" else