Skip to content

Commit fa602e7

Browse files
committed
Try another version of insteadOf replacement
1 parent 30b58e6 commit fa602e7

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.com/".insteadOf git@github.com:
49+
git config --global url."https://github.com/".insteadOf "ssh://git@github.com:"
5050
5151
poetry install
5252
shell: bash

0 commit comments

Comments
 (0)