Skip to content

Commit

Permalink
[#5] fix YAML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieastley committed Jan 12, 2021
1 parent e374081 commit 9bb15c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bb15c9

Please sign in to comment.