We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d7e4b commit 2e88cf0Copy full SHA for 2e88cf0
.github/workflows/test-sample-apps.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v3
31
with:
32
- ref: "${{ github.event.pull_request.merge_commit_sha }}"
+ ref: "refs/pull/${{ github.event.number }}/merge"
33
- name: Setup java/jdk
34
uses: actions/setup-java@v3
35
0 commit comments