tea-crate-pr: set upstream
All checks were successful
build / test (push) Successful in 11s

This commit is contained in:
DavHau 2023-07-28 15:14:23 +02:00
parent dc09453617
commit 1368bd94bb

View File

@ -21,7 +21,7 @@ if [[ "$firstLine" == "$rest" ]]; then
rest=""
fi
git push "$remoteName" HEAD:refs/heads/"$tempRemoteBranch"
git push -u "$remoteName" HEAD:refs/heads/"$tempRemoteBranch"
tea pr create \
--title "$firstLine" \