This commit is contained in:
Dominic 2023-03-25 13:31:04 +01:00
parent dd59a3024b
commit f7a5ffdc01
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -8,11 +8,11 @@ This action tests that building a package succeeds and then mirrors any changes
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}}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: https://msrd0.dev/aur/.mirror@main
with:
ssh_key: ${{secrets.ssh_key}}
```