Skip to content

Commit 04ce410

Browse files
committed
style: rename a step
1 parent 6714415 commit 04ce410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/populate-maven-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4343
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4444

45-
- name: Restore existing cache copy
45+
- name: Restore existing cache
4646
uses: actions/[email protected] # https://github.com/actions/cache
4747
with:
4848
key: maven-repository-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)