Skip to content

Commit

Permalink
Disable fetch-depth option to enable #336
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 16, 2025
1 parent 2a167f2 commit b650b09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

- name: ☑️ Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
# Need all commits to track info
#with:
# fetch-depth: 2

- name: 💎 Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit b650b09

Please sign in to comment.