Skip to content

Commit 078044f

Browse files
authored
Update entrypoint.sh
1 parent da53f4a commit 078044f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
cd "${GITHUB_WORKSPACE}"
44

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

0 commit comments

Comments
 (0)