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:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: https://msrd0.dev/aur/.mirror@main
|
- uses: https://msrd0.dev/aur/.mirror@main
|
||||||
with:
|
with:
|
||||||
ssh_key: ${{secrets.ssh_key}}
|
ssh_key: ${{secrets.ssh_key}}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue