parent
c062e8ee58
commit
083e3a5fc0
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/mirror.yml
Normal file
13
.gitea/workflows/mirror.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Mirror
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://msrd0.dev/aur/.mirror@main
|
||||
with:
|
||||
ssh_key: ${{secrets.ssh_key}}
|
Loading…
Reference in a new issue