mirror of
https://github.com/multipleof4/devsune.git
synced 2026-01-13 16:07:55 +00:00
Create mirror.yml
This commit is contained in:
9
.github/workflows/mirror.yml
vendored
Normal file
9
.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
on: [workflow_dispatch]
|
||||
permissions: write-all
|
||||
jobs:
|
||||
sync:
|
||||
uses: multipleof4/.actions/.github/workflows/git-mirror.yml@master
|
||||
with:
|
||||
repo: user/repo
|
||||
ref: master
|
||||
message: 'This build was committed by a bot.'
|
||||
Reference in New Issue
Block a user