We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4132a commit 30b58e6Copy full SHA for 30b58e6
1 file changed
.github/workflows/ci-cd.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# we access only public repositories, use https instead to avoid set up of
48
# ssh key
49
- git config --global url."https://github".insteadOf "git://github"
+ git config --global url."https://github.com/".insteadOf git@github.com:
50
51
poetry install
52
shell: bash
0 commit comments