.mirror/README.md

19 lines
352 B
Markdown
Raw Normal View History

2023-03-25 12:25:57 +00:00
# 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}}
```