From 7e0af25afc51b7113c83f294202cc9804dec2378 Mon Sep 17 00:00:00 2001 From: Maxime Jublou Date: Thu, 1 Aug 2024 09:59:22 +0200 Subject: [PATCH] docs: Readme Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcadaa..db3cedc 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ To set up a new scheduler, follow these steps: Once the `config.yaml` file is edited, execute the following command to generate the new GitHub Action configuration: ```bash - make ci-generate-scheduler + make ci-generate-schedulers ``` This will create the new GitHub Action configuration file in `.github/workflows/scheduler__.yaml`.