mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Fix syntax for skjolber/maven-cache-github-action
This commit is contained in:
12
.github/workflows/maven.yml
vendored
12
.github/workflows/maven.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Restore Maven cache
|
- name: Restore Maven cache
|
||||||
uses: skjolber/maven-cache-github-action@v1
|
uses: skjolber/maven-cache-github-action@v1
|
||||||
with:
|
with:
|
||||||
step: restore
|
step: restore
|
||||||
- name: maven-settings-action
|
- name: maven-settings-action
|
||||||
uses: s4u/maven-settings-action@v2.4.1
|
uses: s4u/maven-settings-action@v2.4.1
|
||||||
with:
|
with:
|
||||||
@ -42,6 +42,6 @@ jobs:
|
|||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Save Maven cache
|
- name: Save Maven cache
|
||||||
uses: skjolber/maven-cache-github-action@v1
|
uses: skjolber/maven-cache-github-action@v1
|
||||||
with:
|
with:
|
||||||
step: save
|
step: save
|
||||||
|
Reference in New Issue
Block a user