stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Fix broken sed expression and #20 #21

Closed edshelton closed 4 years ago

edshelton commented 4 years ago

Separates removing the ssh:// and git@ prefixes into two expressions. Additionally, replaces : with /.

This means the initial $GIT_REPO variable can be something like git@github.com:my-org/my-repo and still be cloned by this function, avoiding URL using bad/illegal format or missing URL errors.