Just use PR head SHA

Co-authored-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
Anton Belodedenko 2025-02-24 10:42:58 -08:00 committed by GitHub
parent 435e0dc961
commit 1a38782e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ jobs:
with_backoff balena device ${{ steps.register-test-device.outputs.balena_device_uuid }}
env:
COMMIT: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || github.event.pull_request.head.ref }}
COMMIT: ${{ github.event.pull_request.head.sha }}
- name: configure balenaOS test device environment
if: matrix.target == 'balena-public-pki'