From 9a42d039ab8222eed5cac3d0d99769945e912046 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 7 Aug 2024 05:22:23 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- 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