mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
workflows/mirror: remove (#10135)
This commit is contained in:
parent
2001c814db
commit
c130414032
1 changed files with 0 additions and 18 deletions
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
|
|
Loading…
Add table
Reference in a new issue