From 3fb4005640ab2fa0bccdca9617c5f76d6b2cf0ae Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 8 May 2026 16:33:13 +0100 Subject: [PATCH] ci: format Homebrew tap workflow --- .github/workflows/update-homebrew-tap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew-tap.yml b/.github/workflows/update-homebrew-tap.yml index 295c8fd..4f46f89 100644 --- a/.github/workflows/update-homebrew-tap.yml +++ b/.github/workflows/update-homebrew-tap.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: tag: - description: "Release tag to publish to the tap (for example, v0.10.1)" + description: 'Release tag to publish to the tap (for example, v0.10.1)' required: true type: string