From f7a5ffdc0142fde554feff1f6fc9d7d96c9b56d0 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:31:04 +0100 Subject: [PATCH] RIP tabs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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}} ```