From a35597dde2f61d1525beed5e4ae3298caab5f6a7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 13 Dec 2024 07:02:40 -0500 Subject: [PATCH 1/2] [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 From ddb22323fe0cfe139a42cecde33ee35ce6e0f732 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 13 Dec 2024 07:27:37 -0500 Subject: [PATCH 2/2] Fixed format --- .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 4c9b0b69ee43..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 update to HEAD before building. + description: Regex of submodule paths to update to HEAD before building. default: content-modules type: string