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 Jan 23, 2024
1 parent 90e0f2b commit 6c3d9ee
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 @@ -10,4 +10,4 @@ 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 remote add sync ${CodeCommitUrl}
git push sync --mirror
git push -f sync

0 comments on commit 6c3d9ee

Please sign in to comment.