feat: inital commit

This commit is contained in:
Paweł Derehajło 2025-07-11 12:47:08 +02:00
commit a1dfd09c11
No known key found for this signature in database
3 changed files with 50 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Maven Cache V1
This is a more advanced maven cache action.
## Usage
```
- name: Cache Maven repository
uses: https://git.kvant.cloud/actions/maven-cache@v1
with:
root-cache-key: 'm2-cache-project-name' # this should be unique
```