From f6f4f2bed9f05ae8a1ca6444bf2913f7e38d7286 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 15:25:26 -0700 Subject: [PATCH] Create mirror.yml --- .github/workflows/mirror.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..d3a5953 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,14 @@ +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 }}