Skip to content

Commit

Permalink
style: rename a step
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Jan 5, 2024
1 parent 6714415 commit 04ce410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate-maven-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

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

0 comments on commit 04ce410

Please sign in to comment.