You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We use `date +\%u` below in combination with the schedule cron rules
# above to ensure these only run on the days they are meant to.
- name: Build message
run: |
TZ=UTC
DAY=$(date +\%u)
case "${DAY}" in
3) echo "MESSAGE=The #farmOS monthly community call is today at 2pm Eastern. All are welcome! https://farmos.org/community/monthly-call/" >> $GITHUB_ENV ;;