File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can also use [the base image](base) in other Docker-based environments.
99## What's inside?
1010
1111Within this Expo CLI action, you have full access to the original [ Expo CLI] [ link-expo-cli ] .
12- That means you are able to perform any command like login, publish and build.
12+ That means you can perform any command like login, publish and build.
1313Also, this action will authenticate automatically when both ` EXPO_CLI_USERNAME ` and ` EXPO_CLI_PASSWORD ` variables are defined.
1414
1515> You don't necessarily need this action to use Expo.
@@ -18,9 +18,9 @@ Also, this action will authenticate automatically when both `EXPO_CLI_USERNAME`
1818
1919### Why use a base-image?
2020
21- Every GitHub action will start from scratch, using the dockerfile as the starting point.
21+ Every GitHub action will start from scratch using the dockerfile as the starting point.
2222If you define ` expo-cli ` in this dockerfile, it will install it every time you run an action.
23- By using a prebuilt image, it basically "skips" the process of downloading the full CLI over and over again.
23+ By using [ a prebuilt image] ( base ) , it basically "skips" the process of downloading the full CLI over and over again.
2424This makes the Expo actions overall faster.
2525
2626### Used secrets
You can’t perform that action at this time.
0 commit comments