fix: platform branch sync with main (#12526)
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch platform branch
|
||||
run: git fetch origin platform
|
||||
|
||||
- name: Sync with main
|
||||
run: |
|
||||
git checkout platform
|
||||
|
||||
Reference in New Issue
Block a user