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