From 4bf6401d4a764a7a68d6e1572a4e8f674b9dd134 Mon Sep 17 00:00:00 2001 From: John Mikos Date: Tue, 9 Dec 2025 14:21:00 +0000 Subject: [PATCH] chore: better UI message --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a6bb229..fb7bf2d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: is_test: - description: 'Indicates that the run should publish to the test repositories' + description: 'Publish to test repositories instead of production' required: true type: boolean default: false