updated format based on code review

Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
Phred Lane 2026-06-14 12:41:48 -05:00 committed by GitHub
parent cfe9ddadf1
commit 6616cc0dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 24 deletions

View file

@ -50,14 +50,7 @@ jobs:
steps:
- name: "Configure"
env:
RESOLVED_SHA: >-
${{
case(
github.event_name == 'pull_request',
github.event.pull_request.head.sha,
github.sha
)
}}
RESOLVED_SHA: ${{ case(github.event_name == 'pull_request', github.event.pull_request.head.sha, github.sha) }}
id: configure
shell: bash
run: |