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