Skip to content

Commit 9ce3d8f

Browse files
committed
fix: Use https:// instead of git://
1 parent 6e4aa08 commit 9ce3d8f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v2
30+
with:
31+
persist-credentials: false
32+
33+
# https://github.com/actions/setup-node/issues/214#issuecomment-810829250
34+
- name: Reconfigure git to use HTTP authentication
35+
run: >
36+
git config --global url."https://github.com/".insteadOf
37+
ssh://git@github.com/
3038
3139
- name: Setup
3240
uses: actions/setup-node@v2.5.1

0 commit comments

Comments
 (0)