Skip to content

Commit

Permalink
language check on bitrise-start-build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanyikAnna authored and godrei committed Aug 29, 2018
1 parent 52e6fb7 commit c89b4fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ inputs:
- access_token:
opts:
title: Bitrise Access Token
summary: Your access token that has access to the app in you want to run workflows.
summary: Your access token
description: |
Your access token that has access to the app in you want to run workflows.
Your access token
To acquire a Personal Access Token for your user, sign in with that user on [bitrise.io](https://bitrise.io),
go to your Account Settings page, and select the [Security tab](https://www.bitrise.io/me/profile#/security) on the left side.
To acquire a `Personal Access Token` for your user, sign in with that user on [bitrise.io](https://bitrise.io),
go to your `Account Settings` page, and select the [Security tab](https://www.bitrise.io/me/profile#/security) on the left side.
is_required: true
- workflows:
opts:
Expand All @@ -38,8 +38,8 @@ inputs:
- wait_for_builds: "false"
opts:
title: Wait for builds
summary: Shall the step wait for the builds to be finished?
description: Shall the step wait for the builds to be finished?
summary: Should the step wait for the builds to be finished?
description: Should the step wait for the builds to be finished?
is_required: false
value_options:
- "false"
Expand Down

0 comments on commit c89b4fc

Please sign in to comment.