From 31e78aa654e392de9bf8f086518d61336bde0771 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 12 Dec 2024 14:24:41 -0500 Subject: [PATCH] ci: Update the description --- .../downstream_protobuf_compatibility_check_nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml b/.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml index 00571c6a12..686c130baf 100644 --- a/.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml +++ b/.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: protobuf_runtime_versions: - description: 'Comma separated list of Protobuf-Java versions (i.e. "3.25.x","4.x.y"). \ + description: 'Comma separated list of Protobuf-Java versions (i.e. "3.25.x","4.x.y"). Note: Surround each version in the list with quotes ("")' required: true schedule: