mirror of
https://github.com/multipleof4/devsune.git
synced 2026-01-13 16:07:55 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
repo:
|
|
required: true
|
|
type: string
|
|
default: multipleof4/sune
|
|
permissions:
|
|
contents: write
|
|
jobs:
|
|
mirror:
|
|
uses: multipleof4/.github/.github/workflows/repo-mirror.yml@master
|
|
with:
|
|
repo: ${{ inputs.repo }}
|