@@ -36,12 +36,12 @@ Here is a summary of all the variables that you can use and their purpose.
3636
3737| variable | default | description |
3838| ---------------- | ------- | ------------------------------------------------------------------------------------ |
39- | ` expo-version ` | ` '' ` | [ Expo CLI] ( https://github.com/expo/expo-cli ) version to install, skips when omitted. |
39+ | ` expo-version ` | - | [ Expo CLI] ( https://github.com/expo/expo-cli ) version to install, skips when omitted. |
4040| ` expo-cache ` | ` true ` | If it should use the [ GitHub actions cache] ( #using-the-built-in-cache ) . |
41- | ` eas-version ` | ` '' ` | [ EAS CLI] ( https://github.com/expo/eas-cli ) version to install, skips when omitted. |
41+ | ` eas-version ` | - | [ EAS CLI] ( https://github.com/expo/eas-cli ) version to install, skips when omitted. |
4242| ` eas-cache ` | ` true ` | If it should use the [ GitHub actions cache] ( #using-the-built-in-cache ) . |
4343| ` packager ` | ` yarn ` | The package manager to use. _ (e.g. ` yarn ` or ` npm ` )_ |
44- | ` token ` | ` '' ` | The token of your Expo account |
44+ | ` token ` | - | The token of your Expo account |
4545| ` patch-watchers ` | ` true ` | If it should [ patch the ` fs.inotify. ` limits] ( #enospc-errors-on-linux ) . |
4646
4747> Never hardcode ` expo-token ` in your workflow, use [ secrets] [ link-actions-secrets ] to store them.
@@ -190,9 +190,9 @@ This action can export the `EXPO_TOKEN` variable to access it in every step.
190190
191191# ## Using the built-in cache
192192
193- Caching is enabled by default to speed up consecutive CLI installs, but you can still opt-out to this .
194- Under the hood, it uses the [`@actions/cache`][link-actions-cache-package] package to restore the CLI installation.
195- This action generates a unique cache key for the OS, used packager, and exact version of the CLI.
193+ You can opt-in to caching the installation, making it a lot faster .
194+ Under the hood, it uses the [`@actions/cache`][link-actions-cache-package] package to restore the Expo CLI installation.
195+ This action generates a unique cache key for the OS, used packager, and exact version of the Expo CLI.
196196
197197> Note, this cache will count towards your [repo cache limit][link-actions-cache-limit]. The Expo and EAS CLI are stored in different caches.
198198
0 commit comments