Skip to content

Commit

Permalink
Set 'fetch-depth: 0' option to enable #336
Browse files Browse the repository at this point in the history
yasulab committed Jan 16, 2025
1 parent a25917d commit 54a8398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -58,10 +58,11 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:

- name: ☑️ Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 0

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

0 comments on commit 54a8398

Please sign in to comment.