11---
22name : Expo GitHub Action
33author : Cedric van Putten <me@bycedric.com>
4- description : Expo CLI in your GitHub Actions workflow.
4+ description : Expo and EAS in GitHub Actions
55branding :
66 icon : terminal
77 color : gray-dark
@@ -10,28 +10,33 @@ runs:
1010 main : build/setup/index.js
1111inputs :
1212 expo-version :
13- description : The Expo CLI version to install (use any semver/dist-tag available).
13+ description : Expo CLI version to install
1414 expo-cache :
15- description : If Expo CLI should be stored in the GitHub Actions cache.
15+ description : If Expo CLI should be cached to speed up installation
1616 default : false
17- expo-cache-key :
18- description : A custom remote cache key to use for Expo CLI.
1917 eas-version :
20- description : The EAS CLI version to install (use any semver/dist-tag available).
18+ description : EAS CLI version to install
2119 eas-cache :
22- description : If EAS CLI should be stored in the GitHub Actions cache.
20+ description : If EAS CLI should be cached to speed up installation
2321 default : false
22+ packager :
23+ description : The package manager used to install the CLIs
24+ default : yarn
25+ patch-watchers :
26+ description : If the action should patch the ENOSPC errors
27+ default : true
28+ token :
29+ description : Your Expo token, for authentication. (use with secrets)
30+ # Below are deprecated and won't be supported anymore
2431 eas-cache-key :
2532 description : A custom remote cache key to use for EAS CLI.
33+ deprecationMessage : Custom cache keys are deprecated and not used anymore.
34+ expo-cache-key :
35+ description : A custom remote cache key to use for Expo CLI.
36+ deprecationMessage : Custom cache keys are deprecated and not used anymore.
2637 username :
2738 description : Your Expo username, for authentication.
28- token :
29- description : Your Expo token, for authentication. (use with secrets)
39+ deprecationMessage : Username/password authentication is deprecated, use a token instead.
3040 password :
3141 description : Your Expo password, for authentication. (use with secrets)
32- packager :
33- description : The package manager used to install the Expo CLI. (can be yarn or npm)
34- default : yarn
35- patch-watchers :
36- description : If Expo should fix the default watchers limit, helps with ENOSPC errors. (can be true or false)
37- default : true
42+ deprecationMessage : Username/password authentication is deprecated, use a token instead.
0 commit comments