|
@@ -10,11 +10,11 @@ jobs:
|
|
|
auto-merge:
|
|
auto-merge:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- # - name: Checkout repository
|
|
|
|
|
- # uses: actions/checkout@v3
|
|
|
|
|
- # with:
|
|
|
|
|
- # fetch-depth: 0
|
|
|
|
|
- # token: ${{ secrets.GH_TOKEN_AUTO_MERGE2 }}
|
|
|
|
|
|
|
+ - name: Checkout repository
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
|
|
+ with:
|
|
|
|
|
+ fetch-depth: 0
|
|
|
|
|
+ token: ${{ secrets.GH_TOKEN_AUTO_MERGE }}
|
|
|
|
|
|
|
|
- name: Merge main into aliyun
|
|
- name: Merge main into aliyun
|
|
|
run: |
|
|
run: |
|