Skip to content

Commit

Permalink
merge-upstream: fix muti-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Dec 9, 2019
1 parent 1d4a76d commit 0acce10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
git config --global user.name "KFERMercer"
- name: Load upstream commits
run: git pull https://github.com/coolsnowwolf/lede.git --no-edit --allow-unrelated-histories --strategy-option ours
run: git pull https://github.com/coolsnowwolf/lede.git --no-edit --strategy-option ours

- name: Push Commits
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

env:
DOWNSTREAM_BRANCH: master
run: git push origin $DOWNSTREAM_BRANCH

0 comments on commit 0acce10

Please sign in to comment.