Skip to content

Commit

Permalink
chore: Modify workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 13, 2020
1 parent 2c37363 commit 9e7c747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
cd react-native && git fetch -f origin gh-pages && git config -f .gitmodules submodule.react-native.branch gh-pages
cd react-native && git fetch -f origin gh-pages && cd ../
git config submodule.react-native.branch gh-pages && git submodule sync && git submodule update --init --recursive --remote
- name: Setup Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 9e7c747

Please sign in to comment.