From 305817647e458e932a23b0f35f9d09c4332db0a1 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Fri, 20 Oct 2023 15:59:38 +0200 Subject: [PATCH] fix quotes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fb82527..746de4c 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: outputs: ci_hostname: value: ${{ steps.default.outputs.ci_hostname }} - description: "ci server hostname with http(s) prefix" + description: 'ci server hostname with http(s) prefix' is_default: value: ${{ steps.default.outputs.is_default }} description: 'Returns `"true"` if the current branch is the default else `"false"`.'