From ea25dbed1c665b4fe363c063f60ad17d9c5e51b8 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 15:29:41 -0700 Subject: [PATCH] Delete .github/workflows/mirror.yml --- .github/workflows/mirror.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index d3a5953..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: - workflow_dispatch: - inputs: - repo: - required: true - type: string - default: rando -permissions: - contents: write -jobs: - mirror: - uses: multipleof4/.github/.github/workflows/repo-mirror.yml@master - with: - repo: ${{ inputs.repo }}