workflows/mirror: remove (#10135)
This commit is contained in:
18
.github/workflows/mirror.yml
vendored
18
.github/workflows/mirror.yml
vendored
@@ -1,18 +0,0 @@
|
|||||||
name: Main Mirror
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ['main']
|
|
||||||
|
|
||||||
permissions: {}
|
|
||||||
jobs:
|
|
||||||
mirror:
|
|
||||||
permissions:
|
|
||||||
contents: write # to update branch
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: zofrex/mirror-branch@v1
|
|
||||||
with:
|
|
||||||
target-branch: master
|
|
Reference in New Issue
Block a user