Skip to content

Commit 30b58e6

Browse files
committed
Fix using of git insteadOf in CI/CD
1 parent 8e4132a commit 30b58e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
# we access only public repositories, use https instead to avoid set up of
4848
# ssh key
49-
git config --global url."https://github".insteadOf "git://github"
49+
git config --global url."https://github.com/".insteadOf git@github.com:
5050
5151
poetry install
5252
shell: bash

0 commit comments

Comments
 (0)