Gitea Actions to test and mirror AUR packages
Find a file
2023-03-25 23:08:39 +01:00
action.yml create .ssh dir if necessary 2023-03-25 23:08:39 +01:00
README.md RIP tabs 2023-03-25 13:32:02 +01:00

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