Skip to content

Commit

Permalink
Update upstream-sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo authored Jun 18, 2021
1 parent be0d327 commit 0da1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ $(git branch --show-current) != "${INPUT_TARGET_BRANCH}" ]; then
fi

# remove old upstream
git remote remove upstream
git branch --set-upstream-to=origin/"${INPUT_TARGET_BRANCH}"

# set upstream to upstream_repository
git remote add upstream "${UPSTREAM_REPO}"
Expand Down

0 comments on commit 0da1d25

Please sign in to comment.