Skip to content

Commit

Permalink
adding commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
codyde committed Nov 21, 2023
1 parent 96ec321 commit e527039
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 @@ -6,6 +6,7 @@ set -eu
export GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -l $INPUT_SSH_USERNAME"
# git remote add -m "$INPUT_TARGET_REPO_URL"
git remote set-url origin "$INPUT_TARGET_REPO_URL"
git commit -m "initial commit"
git push -u origin main --force

# NOTE: Since `post` execution is not supported for local action from './' for now, we need to
Expand Down

0 comments on commit e527039

Please sign in to comment.