diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7ec901f9..96fda978 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,9 +14,9 @@ jobs: with: java-version: 1.8 - name: Cache Maven Repository - uses: actions/cache@v1 - with: - path: ~/.m2 - key: jetlinks-community-maven-repository + uses: actions/cache@v1 + with: + path: ~/.m2 + key: jetlinks-community-maven-repository - name: Build with Maven run: mvn -B package \ No newline at end of file