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