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 528690b commit 5f7d392Copy full SHA for 5f7d392
.github/workflows/ci.yml
@@ -178,6 +178,8 @@ jobs:
178
PARSE_SERVER_TEST_CACHE: ${{ matrix.PARSE_SERVER_TEST_CACHE }}
179
NODE_VERSION: ${{ matrix.NODE_VERSION }}
180
steps:
181
+ - name: Fix usage of insecure GitHub protocol
182
+ run: sudo git config --system url."https://github".insteadOf "git://github"
183
- uses: actions/checkout@v2
184
- name: Use Node.js ${{ matrix.NODE_VERSION }}
185
uses: actions/setup-node@v2
0 commit comments