From 3a6ef0a4b644d66997c91e8061b6ca823a24828d Mon Sep 17 00:00:00 2001 From: Valen-C12 <123928892+Valen-C12@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:34:52 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 82291df..19b0aa3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,6 +8,6 @@ CodeCommitUrl="https://git-codecommit.${AwsRegion}.amazonaws.com.cn/v1/repos/${R git config --global --add safe.directory /github/workspace git config --global credential.'https://git-codecommit.*.amazonaws.com.cn'.helper '!aws codecommit credential-helper $@' -git config --global credential.UseHttpPath false +git config --global credential.UseHttpPath true git remote add sync ${CodeCommitUrl} git push -f --prune sync