Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lcenchew authored Aug 16, 2020
1 parent da53f4a commit 078044f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
cd "${GITHUB_WORKSPACE}"

git remote add -f upstream "https://github.com/$1.git"
git branch ${GITHUB_REF}
git merge --ff-only upstream/${GITHUB_REF}
git merge --ff-only upstream/$2
git push

0 comments on commit 078044f

Please sign in to comment.