From 9bb15c9c9d3e331b7f7cf00ab0ba4ff654cbe5df Mon Sep 17 00:00:00 2001 From: jamie1192 Date: Wed, 13 Jan 2021 00:02:44 +1100 Subject: [PATCH] [#5] fix YAML indentation --- step.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/step.yml b/step.yml index a21eab1..9239978 100644 --- a/step.yml +++ b/step.yml @@ -25,14 +25,14 @@ toolkit: package_name: github.com/amrfarid140/bitrise-step-microsoft-teams-integration inputs: - repository_url: $GIT_REPOSITORY_URL - opts: - title: "Repository URL" - subtitle: "Defines a custom repository location" - description: | - If no value is given, the step automatically uses the `$GIT_REPOSITORY_URL` var. + opts: + title: "Repository URL" + subtitle: "Defines a custom repository location" + description: | + If no value is given, the step automatically uses the `$GIT_REPOSITORY_URL` var. - If a Bitrise project is configured via SSH, `$GIT_REPOSITORY_URL` is not a useable - URI Target for the MessageCard, so this allows for overriding this value if SSH is configured. + If a Bitrise project is configured via SSH, `$GIT_REPOSITORY_URL` is not a useable + URI Target for the MessageCard, so this allows for overriding this value if SSH is configured. - webhook_url: opts: title: "Incoming Webhook URL"