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 6146332 commit ec44b17Copy full SHA for ec44b17
.github/workflows/ci.yml
@@ -129,6 +129,8 @@ jobs:
129
run: |
130
node_major=$(echo "${{ matrix.NODE_VERSION }}" | cut -d'.' -f1)
131
echo "::set-output name=node_major::$(echo $node_major)"
132
+ - name: Fix usage of insecure GitHub protocol
133
+ run: sudo git config --system url."https://github".insteadOf "git://github"
134
- uses: actions/checkout@v2
135
- name: Use Node.js ${{ matrix.NODE_VERSION }}
136
uses: actions/setup-node@v1
0 commit comments