Skip to content

Commit 2e88cf0

Browse files
committed
ci: check-out proper ref
1 parent 57d7e4b commit 2e88cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-sample-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v3
3131
with:
32-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
32+
ref: "refs/pull/${{ github.event.number }}/merge"
3333
- name: Setup java/jdk
3434
uses: actions/setup-java@v3
3535
with:

0 commit comments

Comments
 (0)