We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expo/eas-actions/setup
1 parent 408c2c0 commit f32c068Copy full SHA for f32c068
.github/actions/setup-monorepo/action.yml
@@ -33,10 +33,10 @@ runs:
33
cache: pnpm
34
35
- name: 🏗 Setup Expo
36
- uses: expo/expo-github-action@v8
+ uses: expo/eas-actions/setup@"@bycedric/setup"
37
with:
38
eas-version: ${{ inputs.eas-version }}
39
- token: ${{ inputs.expo-token }}
+ expo-token: ${{ inputs.expo-token }}
40
41
- name: 📦 Install dependencies
42
run: pnpm install
0 commit comments