How do I get the site name in a page updated trigger?

I have a trigger like below, I’d like to get the site name of the installation, is it possible?

I’ve checked the event and context objects but found nothing related to the site.

export async function run(event, context) {
...
}