From 3a6f7f5efd76e915c5fd7b202353b03f42fc13c2 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 27 Oct 2021 22:05:16 -0500 Subject: [PATCH] Fix syntax for skjolber/maven-cache-github-action --- .github/workflows/maven.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 492d7c0c..bf3c0439 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,9 +25,9 @@ jobs: distribution: 'adopt' cache: maven - name: Restore Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: restore + uses: skjolber/maven-cache-github-action@v1 + with: + step: restore - name: maven-settings-action uses: s4u/maven-settings-action@v2.4.1 with: @@ -42,6 +42,6 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Save Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: save + uses: skjolber/maven-cache-github-action@v1 + with: + step: save