From 89650db1b1287e0da1d190e369a341657897f239 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 6 Jan 2023 17:27:04 +0100 Subject: [PATCH] Update sync-to-mirrors.sh --- .github/sync-to-mirrors.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-to-mirrors.sh b/.github/sync-to-mirrors.sh index ff5f3793..1a65bf2d 100755 --- a/.github/sync-to-mirrors.sh +++ b/.github/sync-to-mirrors.sh @@ -93,7 +93,6 @@ while read -r PLUGIN_NAME; do echo "Failed to find a branch to branch from, just creating an empty one." FORCE_COMMIT=--allow-empty fi - git rm -r --cached . git add -A echo "::endgroup::"