.mirror/README.md
2023-03-25 13:32:02 +01:00

18 lines
379 B
Markdown

# Test and Mirror AUR Packages
This action tests that building a package succeeds and then mirrors any changes to the AUR.
## Example
```yaml
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}}
```