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

352 B

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