Create mirror.yml

This commit is contained in:
2025-08-31 18:11:46 -07:00
committed by GitHub
parent f2c6f182b6
commit a23685ae92

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