initial commit
This commit is contained in:
commit
dd59a3024b
2 changed files with 64 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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}}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue