From 6971971ce7581a5b45de5f1711430a8d60fd0e1e Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 7 Aug 2024 05:53:22 +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