Skip to content

Commit

Permalink
update checkout@v4 props
Browse files Browse the repository at this point in the history
added fetch-depth: 0 to get all the commits
  • Loading branch information
pmpknu authored Jun 10, 2024
1 parent b5d8672 commit 899c8ea
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 @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 899c8ea

Please sign in to comment.