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 30b58e6 commit fa602e7Copy full SHA for fa602e7
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.com/".insteadOf git@github.com:
+ git config --global url."https://github.com/".insteadOf "ssh://git@github.com:"
50
51
poetry install
52
shell: bash
0 commit comments