Skip to content

Commit

Permalink
ci: check fix git not fetching via https
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent 15da653 commit 18f54e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure Git to use HTTPS
run:
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
Expand Down

0 comments on commit 18f54e6

Please sign in to comment.