From a4a792e98196cb5f99913a2082b025f94b290c45 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 24 Sep 2025 15:15:40 -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 }}