From 7046ce5c69eb3b8faff8166432b4c8336be4c6ef Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 13 Dec 2024 07:02:40 -0500 Subject: [PATCH] [CI] Fix typo in arg description of build-dev.yml --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index b06ae635762d..4c9b0b69ee43 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -5,7 +5,7 @@ on: inputs: submodule_path_regex: description: - Regex of submodule paths to updated to HEAD before building. + Regex of submodule paths to update to HEAD before building. default: content-modules type: string