This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Description
after running the GitHub Action, I would like to see a summary indicating how many tweets were deleted out of the total number of tweets.
Expected Outcome:
After the GitHub Action completes, provide a summary report showing:
- Total number of tweets before deletion
- Number of tweets deleted
Benefits:
- Provides immediate feedback on the action's effectiveness
- Helps in verifying the deletion process
Thank you!