Skip to content

Commit

Permalink
Merge pull request #547 from eclipse/dmlloyd-fix-actions
Browse files Browse the repository at this point in the history
Update build.yml to make git use merge commit
  • Loading branch information
dmlloyd authored Mar 16, 2020
2 parents 8c4ca71 + 0103351 commit 54f571b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- uses: actions/checkout@v2
name: checkout
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}

- uses: actions/[email protected]
name: set up jdk ${{matrix.java}}
Expand Down

0 comments on commit 54f571b

Please sign in to comment.