From a23685ae92b9cdb345c8d2aedb78cb527f3015de Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 18:11:46 -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..496821b --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,14 @@ +on: + workflow_dispatch: + inputs: + repo: + required: true + type: string + default: multipleof4/ +permissions: + contents: write +jobs: + mirror: + uses: multipleof4/.github/.github/workflows/repo-mirror.yml@master + with: + repo: ${{ inputs.repo }}