fixup: yaml

Change-Id: I2405d24912b8ffdebe68c19c60dfc2d3e7a82455
diff --git a/.github/workflows/gerrit.yml b/.github/workflows/gerrit.yml
index 0d5e97e..a7e6388 100644
--- a/.github/workflows/gerrit.yml
+++ b/.github/workflows/gerrit.yml
@@ -14,11 +14,11 @@
   build:
     runs-on: ubuntu-latest
     steps:
-      - uses: lineageos-infra/fetch-gerrit-change@main
-        with:
-          repository: ${{ github.repository }}
-          gerrit-ref: ${{ inputs.gerrit-ref }}
-          ref: ${{ inputs.ref }}
+    - uses: lineageos-infra/fetch-gerrit-change@main
+      with:
+        repository: ${{ github.repository }}
+        gerrit-ref: ${{ inputs.gerrit-ref }}
+        ref: ${{ inputs.ref }}
 
     - name: Setup JDK 17
       uses: actions/setup-java@v3