From 08061d518b3412474eb365b510922a650d687ac2 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 14 Apr 2021 23:24:51 -1000 Subject: [PATCH] localisation.yml: Remove whitespace after cron --- .github/workflows/localisation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localisation.yml b/.github/workflows/localisation.yml index 624028fa09..6efae26592 100644 --- a/.github/workflows/localisation.yml +++ b/.github/workflows/localisation.yml @@ -1,7 +1,7 @@ name: Localisation Merge on: schedule: - - cron: '0 4 * * *' + - cron: '0 4 * * *' jobs: merge-localisation: name: Merge Localisation