Skip to content

Commit

Permalink
fix: Use https:// instead of git://
Browse files Browse the repository at this point in the history
  • Loading branch information
keeler committed Jun 2, 2022
1 parent 6e4aa08 commit 9ce3d8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

# https://github.com/actions/setup-node/issues/214#issuecomment-810829250
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Setup
uses: actions/setup-node@v2.5.1
Expand Down

0 comments on commit 9ce3d8f

Please sign in to comment.