add ci
Some checks failed
mirror

This commit is contained in:
Dominic 2023-03-25 13:32:41 +01:00
parent c062e8ee58
commit 083e3a5fc0
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View 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}}