mirror of
https://github.com/multipleofnpm/cutedynamodb.git
synced 2026-01-13 16:17:58 +00:00
Create mirror.yml
This commit is contained in:
14
.github/workflows/mirror.yml
vendored
Normal file
14
.github/workflows/mirror.yml
vendored
Normal 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 }}
|
||||||
Reference in New Issue
Block a user