Skip to content

Commit

Permalink
Fixes to step.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
adborbas authored Mar 16, 2021
1 parent fca9da9 commit 518310a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-
1. Set the **Working directory input field** to the value of your project directory. By default, you do not have to change this.
1. Provide your Expo username and password if you are using an Expo module that requires loging in before ejecting your app. Please refer to the [Expo documentation](https://docs.expo.io/) for more information.
1. Provide your Expo username and password if you are using an Expo module that requires logging in before ejecting your app. Please refer to the [Expo documentation](https://docs.expo.io/) for more information.
1. Specify the Expo CLI version.
Expand Down Expand Up @@ -70,7 +70,7 @@ inputs:
title: Username for Expo
summary: Username for Expo
description: |-
Your account's username for `https://expo.io/` . If provided `expo login` will be run before eject.
Your account's username for `https://expo.io/` . If provided, `expo login` will be run before eject.
Required if `run_publish` is set to "yes".
**NOTE:** You need to use your username and not your e-mail address.
Expand All @@ -79,7 +79,7 @@ inputs:
title: Password for your Expo account
summary: Password for your Expo account.
description: |-
Your password for `https://expo.io/` . If provided `expo login` will be run before eject.
Your password for `https://expo.io/` . If provided, `expo login` will be run before eject.
Required if `run_publish` is set to "yes".
is_sensitive: true
Expand Down

0 comments on commit 518310a

Please sign in to comment.