File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/docs/docs/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments