File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13+ with :
14+ ref : ${{ github.event.pull_request.head.sha }}
1315 - name : get branch name
1416 id : extract_branch
1517 run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12+ with :
13+ ref : ${{ github.event.pull_request.head.sha }}
1214 - name : get branch name
1315 id : extract_branch
1416 run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12+ with :
13+ ref : ${{ github.event.pull_request.head.sha }}
1214
1315 - name : Set up JDK
1416 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 0
15+ ref : ${{ github.event.pull_request.head.sha }}
1516
1617 - run : |
1718 git config user.name github-actions
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15+ with :
16+ ref : ${{ github.event.pull_request.head.sha }}
1517 - name : get branch name
1618 id : extract_branch
1719 run : |
You can’t perform that action at this time.
0 commit comments