Skip to content

Commit

Permalink
fix checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Nov 10, 2023
1 parent f0e14b4 commit 9e1bebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive

- name: Use Java ${{ matrix.java }}
Expand Down

0 comments on commit 9e1bebe

Please sign in to comment.