From 36768fc0efbff5319f9a964b5c255a25941f4a04 Mon Sep 17 00:00:00 2001 From: alesapin Date: Tue, 9 Nov 2021 15:29:57 +0300 Subject: [PATCH] fix --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index d8aa92eec90..a0380efc761 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,7 +17,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v2 with: - - fetch-depth: 0 # otherwise we will have no info about branches + fetch-depth: 0 - name: Cherry pick env: TEMP_PATH: ${{runner.temp}}/cherry_pick