there there

This commit is contained in:
A13501350
2025-09-21 21:40:52 +08:00
parent 1fde9d8fff
commit e9a9850c46

View File

@@ -158,7 +158,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
- name: Install MSI
- name: Download MSI files
uses: actions/download-artifact@v4
with:
name: modsecurityiis-installers
@@ -294,4 +294,6 @@ jobs:
Write-Host '::error:: Found errors in event log'
$events | Select-Object TimeGenerated, Source, EntryType, EventID, Message | Format-List
Exit 1
}
}
Get-EventLog -LogName Application -Source ModSecurity -Newest 10