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 141370c commit f47a109Copy full SHA for f47a109
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
22
env:
23
MONGODB_VERSION: 3.6.9
24
steps:
25
+ - name: Fix usage of insecure GitHub protocol
26
+ run: sudo git config --system url."https://github".insteadOf "git://github"
27
- uses: actions/checkout@v2
28
- name: Use Node.js
29
uses: actions/setup-node@v1
0 commit comments