initial commit

This commit is contained in:
Dominic 2023-03-25 13:25:57 +01:00
commit dd59a3024b
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 64 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# 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}}
```