From 0d675e7e0dfd427dc1ad3d47c52a1d81ebee531c Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 11 Dec 2024 01:51:53 +0100 Subject: [PATCH] Fix date formatting for next dev sync notice --- .github/workflows/matrix_dev_sync_reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_dev_sync_reminder.yml b/.github/workflows/matrix_dev_sync_reminder.yml index 1ca788c..14fc6fc 100644 --- a/.github/workflows/matrix_dev_sync_reminder.yml +++ b/.github/workflows/matrix_dev_sync_reminder.yml @@ -141,7 +141,7 @@ jobs: - Note


-

The next dev sync will be [Saturday the {next_next_bi_weekly_date} at 15:00 UTC](https://zonestamp.toolforge.org/${{ env.NEXT_NEXT_EPOCH_TIME }}).

+

The next dev sync will be [Saturday {next_next_bi_weekly_date} at 15:00 UTC](https://zonestamp.toolforge.org/${{ env.NEXT_NEXT_EPOCH_TIME }}).


Nice outro 😊