From 666394a30753e33f78559ffeef24b3b1ce7ea47b Mon Sep 17 00:00:00 2001 From: Mikhail Epatko Date: Sun, 10 Mar 2024 14:53:23 +0300 Subject: [PATCH] #11 Set checkout fetch depth to 0 --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 925b281..6d5c524 100644 --- a/action.yml +++ b/action.yml @@ -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'