From 370a668ead8568f7df06cbdc7a48d7f7a39685c5 Mon Sep 17 00:00:00 2001 From: Ke Sun Date: Thu, 2 Apr 2026 10:46:30 +0800 Subject: [PATCH] ci: move sync-to-gitee workflow to correct directory - Move .sync-to-gitee.yml from .github/workflow/ to .github/workflows/ - Fix workflow file location to match GitHub Actions standard directory structure - Ensure workflow is properly recognized and executed by GitHub Actions --- .github/{workflow => workflows}/.sync-to-gitee.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow => workflows}/.sync-to-gitee.yml (100%) diff --git a/.github/workflow/.sync-to-gitee.yml b/.github/workflows/.sync-to-gitee.yml similarity index 100% rename from .github/workflow/.sync-to-gitee.yml rename to .github/workflows/.sync-to-gitee.yml