Skip to content

Commit

Permalink
mabye now
Browse files Browse the repository at this point in the history
  • Loading branch information
codyde committed Nov 21, 2023
1 parent ebbcef8 commit fe5d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git remote set-url origin "$INPUT_TARGET_REPO_URL"
git config --local user.name actions-user
git config --local user.email "[email protected]"
git commit -m "initial commit"
git push origin codecommit-demo-1:main --force
push -u origin codecommit-demo-1:main --force

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

0 comments on commit fe5d2a3

Please sign in to comment.