fixed typo

This commit is contained in:
Phred
2026-06-14 07:19:39 -05:00
parent c346768a8c
commit cfe9ddadf1

View File

@@ -53,7 +53,7 @@ jobs:
RESOLVED_SHA: >-
${{
case(
github.event_name == 'pull_reuqest',
github.event_name == 'pull_request',
github.event.pull_request.head.sha,
github.sha
)