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.
1 parent 866cf5e commit c29fe5eCopy full SHA for c29fe5e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
git submodule sync --recursive
18
cat .gitmodules
19
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
20
- cd react-native && git fetch && git checkout -f origin/gh-pages
+ git pull --recurse-submodules
21
22
- name: Setup Node
23
uses: actions/setup-node@v1
0 commit comments