We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cc4bf commit cf4da7bCopy full SHA for cf4da7b
.github/workflows/release-reminder.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "It's the second Thursday of the month"
27
echo "bool=true" >> "${GITHUB_OUTPUT}"
28
# fourth thursday of the month will always be between day 21 and 28 (inclusive)
29
- if [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then
+ elif [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then
30
echo "It's the fourth Thursday of the month"
31
32
else
0 commit comments