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 }}