From a4fb3d4ff0711df555934f8cbfd0428e2112403b Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:03:11 +0800 Subject: [PATCH] [CI] Fix path error of /re-run (#4606) * [CI] Add /re-run command in PR comments to restart failed CI workflows * [CI] Fix /re-run command --- .github/{ => actions}/rerun-workflow/action.yml | 0 .github/{ => actions}/rerun-workflow/rerun.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => actions}/rerun-workflow/action.yml (100%) rename .github/{ => actions}/rerun-workflow/rerun.sh (100%) diff --git a/.github/rerun-workflow/action.yml b/.github/actions/rerun-workflow/action.yml similarity index 100% rename from .github/rerun-workflow/action.yml rename to .github/actions/rerun-workflow/action.yml diff --git a/.github/rerun-workflow/rerun.sh b/.github/actions/rerun-workflow/rerun.sh similarity index 100% rename from .github/rerun-workflow/rerun.sh rename to .github/actions/rerun-workflow/rerun.sh