From 8064dd8e5078ea1993baa0bb0ba550a522a1d2a9 Mon Sep 17 00:00:00 2001 From: Luke Swanson Date: Fri, 6 Sep 2024 17:44:50 -0500 Subject: [PATCH] Change input description since it doesn't display the way I'd like in workflow page. --- .github/workflows/BUILD_common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BUILD_common.yml b/.github/workflows/BUILD_common.yml index 8ffd5cc..4a6a9ac 100644 --- a/.github/workflows/BUILD_common.yml +++ b/.github/workflows/BUILD_common.yml @@ -6,14 +6,14 @@ on: inputs: with_caching: type: boolean - description: "Whether to cache the build for upload in a later job." + description: "With Caching: Whether to cache the build for upload in a later job." required: true default: false workflow_call: inputs: with_caching: type: boolean - description: "Whether to cache the build for upload in a later job." + description: "With Caching: Whether to cache the build for upload in a later job." required: true default: false