mirror of
https://github.com/balena-io/open-balena.git
synced 2025-04-27 14:29:41 +00:00
just use the PR head SHA
Co-authored-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
c1133d1f16
commit
435e0dc961
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
||||
with:
|
||||
persist-credentials: false
|
||||
ref: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || github.event.pull_request.head.ref }}
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
# https://github.com/unfor19/install-aws-cli-action
|
||||
- name: Setup awscli
|
||||
|
Loading…
x
Reference in New Issue
Block a user