Skip to content

Commit b49440b

Browse files
docs: Update migrating-from-community-cli.mdx (#284)
1 parent 9276be6 commit b49440b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/docs/getting-started/migrating-from-community-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ import { PackageManagerTabs } from 'rspress/theme';
135135
```yaml title=".github/workflows/build-ios"
136136
- name: RNEF Remote Build - iOS simulator
137137
id: rnef-remote-build-ios
138-
uses: ./.github/actions/rnef-remote-build-ios
138+
uses: callstackincubator/ios@v1
139139
with:
140140
destination: simulator
141141
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -147,7 +147,7 @@ import { PackageManagerTabs } from 'rspress/theme';
147147
```yaml title=".github/workflows/build-android"
148148
- name: RNEF Remote Build - Android
149149
id: rnef-remote-build-android
150-
uses: ./.github/actions/rnef-remote-build-android
150+
uses: callstackincubator/android@v1
151151
with:
152152
variant: debug
153153
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)