diff --git a/README.md b/README.md index cef0906..e361ab4 100644 --- a/README.md +++ b/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}} ```