We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6714415 commit 04ce410Copy full SHA for 04ce410
.github/workflows/populate-maven-cache.yml
@@ -42,7 +42,7 @@ jobs:
42
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
43
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
44
45
- - name: Restore existing cache copy
+ - name: Restore existing cache
46
uses: actions/[email protected] # https://github.com/actions/cache
47
with:
48
key: maven-repository-${{ hashFiles('pom.xml') }}
0 commit comments