From 9bf9d0526e99454887ab2a4771ab13ddf405fda0 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:24:50 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#549) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit fa568f541bd7889bec4c631075aa9f9556cce70b. --- upstream.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upstream.sh b/upstream.sh index b3d09931..f5609ac6 100755 --- a/upstream.sh +++ b/upstream.sh @@ -186,6 +186,8 @@ init() { fi git submodule update --force --init + cd upstream && git clean -fxd && cd .. + if [[ "${force}" == "true" ]]; then clean_rebases clean_branches