diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yaml similarity index 90% rename from .github/workflows/update-dependencies.yml rename to .github/workflows/update-dependencies.yaml index 353fd3e0..d652dc01 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yaml @@ -1,4 +1,4 @@ -name: Update meta-core and go modules +name: Update Clash-Core and Go Modules on: repository_dispatch: types: @@ -45,11 +45,11 @@ jobs: go mod download go mod tidy - - name: Update Main Gomod - run: | - cd ./core/src/main/golang/ - go mod download - go mod tidy + # - name: Update Main Gomod + # run: | + # cd ./core/src/main/golang/ + # go mod download + # go mod tidy - name: Create Pull Request id: cpr