Skip to content

Commit

Permalink
deploy: check fix for git sticking to fetching https packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent 7863d3e commit 5f7bec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure Git to use HTTPS
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
git config --global url."https://github.com/".insteadOf [email protected]:
- uses: actions/setup-node@v3
with:
node-version: "21"
Expand Down

0 comments on commit 5f7bec7

Please sign in to comment.