Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Aug 26, 2023
1 parent a5e691b commit a426ac1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ start_rebase() {
fi

git branch -f local
git checkout -B pulumi-patch "${FROM}"
if [ -n "$FROM" ]; then
git checkout -B pulumi-patch "$FROM"
else
git checkout -B pulumi-patch
fi
git branch --set-upstream-to=local pulumi-patch

for patch in ../patches/*.patch; do
Expand Down

0 comments on commit a426ac1

Please sign in to comment.