mirror of
https://github.com/multipleof4/devsune.git
synced 2026-01-14 00:17:56 +00:00
Update mirror.yml
This commit is contained in:
18
.github/workflows/mirror.yml
vendored
18
.github/workflows/mirror.yml
vendored
@@ -1,9 +1,13 @@
|
|||||||
on: [workflow_dispatch]
|
on:
|
||||||
permissions: write-all
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
repo:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
mirror:
|
||||||
uses: multipleof4/.actions/.github/workflows/git-mirror.yml@master
|
uses: multipleof4/.actions/.github/workflows/repo-mirror.yml@master
|
||||||
with:
|
with:
|
||||||
repo: user/repo
|
repo: ${{ inputs.repo }}
|
||||||
ref: master
|
|
||||||
message: 'This build was committed by a bot.'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user