ci: set remote URL to https and bump sha (#14350)
* ci: set remote URL to https and bump sha * update gitmodules
This commit is contained in:
parent
6875a1a9e2
commit
437be4b689
|
|
@ -1 +1 @@
|
||||||
Subproject commit f30895310c20ef3d2569a5f690a80e56faf36c19
|
Subproject commit 5c472514b353ad60c335a13db3fd5189e9e9db37
|
||||||
|
|
@ -38,4 +38,4 @@
|
||||||
url = https://github.com/helm/chart-releaser-action
|
url = https://github.com/helm/chart-releaser-action
|
||||||
[submodule ".github/actions/github-action-push-to-another-repository"]
|
[submodule ".github/actions/github-action-push-to-another-repository"]
|
||||||
path = .github/actions/github-action-push-to-another-repository
|
path = .github/actions/github-action-push-to-another-repository
|
||||||
url = git@github.com:cpina/github-action-push-to-another-repository.git
|
url = https://github.com/cpina/github-action-push-to-another-repository
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue