mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
fix manual deletion rollback workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user