We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da53f4a commit 078044fCopy full SHA for 078044f
entrypoint.sh
@@ -3,6 +3,5 @@
3
cd "${GITHUB_WORKSPACE}"
4
5
git remote add -f upstream "https://github.com/$1.git"
6
-git branch ${GITHUB_REF}
7
-git merge --ff-only upstream/${GITHUB_REF}
+git merge --ff-only upstream/$2
8
git push
0 commit comments