feat: inital commit
This commit is contained in:
commit
a1dfd09c11
3 changed files with 50 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue