From 437be4b689182fdfbcf79fa17b28fa418a64944d Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Mon, 26 Apr 2021 17:43:32 +0100 Subject: [PATCH] ci: set remote URL to https and bump sha (#14350) * ci: set remote URL to https and bump sha * update gitmodules --- .github/actions/github-action-push-to-another-repository | 2 +- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/github-action-push-to-another-repository b/.github/actions/github-action-push-to-another-repository index f30895310c20e..5c472514b353a 160000 --- a/.github/actions/github-action-push-to-another-repository +++ b/.github/actions/github-action-push-to-another-repository @@ -1 +1 @@ -Subproject commit f30895310c20ef3d2569a5f690a80e56faf36c19 +Subproject commit 5c472514b353ad60c335a13db3fd5189e9e9db37 diff --git a/.gitmodules b/.gitmodules index 26696552d1b70..bf3f8a1b37ea7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,4 +38,4 @@ url = https://github.com/helm/chart-releaser-action [submodule ".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