RIP tabs
This commit is contained in:
parent
dd59a3024b
commit
f7a5ffdc01
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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}}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue