We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10693b2 commit 6a158feCopy full SHA for 6a158fe
.github/workflows/update-subtree.yml
@@ -78,7 +78,8 @@ jobs:
78
echo "Nothing to do, ${UPSTREAM_FROM} matches ${UPSTREAM_HEAD} (${SUBTREE_HEAD_MSG})"
79
echo "MERGE_CONFLICTS=noop" >> $GITHUB_ENV
80
else
81
- git -c user.name=gitbot -c user.email=git@bot rebase origin/subtree/library
+ git branch --set-upstream-to=origin/subtree/library
82
+ git -c user.name=gitbot -c user.email=git@bot rebase
83
echo "MERGE_CONFLICTS=maybe" >> $GITHUB_ENV
84
fi
85
0 commit comments