Create mirror.yml

This commit is contained in:
2025-09-24 15:15:40 -07:00
committed by GitHub
parent fbefadf4f0
commit a4a792e981

14
.github/workflows/mirror.yml vendored Normal file
View File

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