Gitea Actions to test and mirror AUR packages
action.yml | ||
README.md |
Test and Mirror AUR Packages
This action tests that building a package succeeds and then mirrors any changes to the AUR.
Example
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}}