From fcff23a222492113c687bd18def65a1b7af105dd Mon Sep 17 00:00:00 2001 From: Steve Johnson <144257728+stevejohnson7@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:30:19 +0800 Subject: [PATCH] chore: rename ci file and try to fix failure --- ...ate-dependencies.yml => update-dependencies.yaml} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{update-dependencies.yml => update-dependencies.yaml} (90%) 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