mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix
This commit is contained in:
parent
669e336b2c
commit
a3fd1550fb
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
fetch-depth: 0 # otherwise we will have no info about branches
|
||||
with:
|
||||
- fetch-depth: 0 # otherwise we will have no info about branches
|
||||
- name: Cherry pick
|
||||
env:
|
||||
TEMP_PATH: ${{runner.temp}}/cherry_pick
|
||||
|
Loading…
Reference in New Issue
Block a user