fixed typo

This commit is contained in:
Phred 2026-06-14 07:19:39 -05:00
parent c346768a8c
commit cfe9ddadf1
No known key found for this signature in database

View file

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