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