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