From 33bd37439271d1a79b397a6123b8aebd4dd52542 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 11 Jan 2022 16:52:29 -0800 Subject: [PATCH] where is it the branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c48e0875..b167ed958 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,8 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ruby/setup-ruby@v1 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically