From 3933d5616301251cf7a642262e7b2c623ed46a90 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:04:35 -0600 Subject: [PATCH] docs: slimmer tag desc for build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a2598b6..e83c544c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: tag_custom: # The tag "next" triggers deploy to designsafeci-next.tacc.utexas.edu. # The tag "dev" (or, in the future, "pprd") triggers deploy to pprd.designsafe-ci.org. - description: 'A custom docker image tag e.g. "next", "dev"/"pprd".' + description: 'Custom docker image tag e.g. "next", "dev"/"pprd"' required: false type: string push: