Skip to content

Commit

Permalink
#11 Set checkout fetch depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 10, 2024
1 parent 9bb8512 commit 666394a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Expand Up @@ -30,6 +30,8 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1.172.0
with:
ruby-version: '3.3.0'
Expand Down

0 comments on commit 666394a

Please sign in to comment.