mirror of
https://github.com/multipleof4/devsune.git
synced 2026-01-14 00:17:56 +00:00
10 lines
234 B
YAML
10 lines
234 B
YAML
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.'
|