actions-js/push

Why is http.sslVerify set to false?

Joachim256 opened this issue · 1 comments

push/start.sh

Line 45 in 156f2b1

git config http.sslVerify false

Why need to set http.sslVerify to false?

I've just checked inside of an action and pushing without this option works just fine.

I would feel safer having SSL verification enabled (as it is by default).

I'll look into making it configurable.