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 164b0ac commit cc1358bCopy full SHA for cc1358b
.github/workflows/pr.yml
@@ -6,6 +6,8 @@ jobs:
6
steps:
7
- name: Checkout source code
8
uses: actions/checkout@v2
9
+ with:
10
+ ref: ${{ github.event.pull_request.head.sha }}
11
- name: Set up JDK 11.0.11
12
uses: actions/setup-java@v1
13
with:
0 commit comments