From 518310a0ab57286f0de2a894dc59e288f2f6e0f4 Mon Sep 17 00:00:00 2001 From: Adam Borbas Date: Tue, 16 Mar 2021 09:32:07 +0100 Subject: [PATCH] Fixes to step.yml (#17) --- step.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/step.yml b/step.yml index 54f6280..055cd95 100644 --- a/step.yml +++ b/step.yml @@ -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. @@ -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. @@ -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