Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
codyde committed Nov 21, 2023
1 parent b5cb1dd commit 12f635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eu
/setup-ssh.sh

export GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -l $INPUT_SSH_USERNAME"
git remote add codecommit codecommit::us-east-2://ldcore-demo-1
git remote set-url codecommit "$INPUT_TARGET_REPO_URL"
git config --local user.name actions-user
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 12f635d

Please sign in to comment.