fix manual deletion rollback workflow

This commit is contained in:
AndReicscs
2026-06-16 10:10:46 +00:00
parent e4997c1712
commit 54a01f83ff
@@ -71,7 +71,8 @@ jobs:
ROLLBACK_COUNT=$((ROLLBACK_COUNT + 1))
else
echo "⚠️ File $FILE_TO_DELETE not found, skipping."
echo "⚠️ File $FILE_TO_DELETE not found, treating as manual deletion."
ROLLBACK_COUNT=$((ROLLBACK_COUNT + 1))
fi
done