Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Valen-C12 authored Aug 19, 2024
1 parent b46cad6 commit 3a6ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a6ef0a

Please sign in to comment.