Update sync-to-mirrors.sh

This commit is contained in:
Jonas Kruckenberg
2023-01-06 17:27:04 +01:00
parent 2f713b7fc5
commit 89650db1b1
-1
View File
@@ -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::"