Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-periodic-cache-action

Tests

GitHub Action that caches the Maven repository periodically by date.

Usage

jobs:
  release:
    name: Release
    runs-on: ubuntu-20.04
    steps:
      - name: Cache the local Maven repository
        uses: gantsign/maven-periodic-cache-action@v1
        with:
           cache-period-days: 30
           additional-path: '!~/.m2/repository/com/example'
           key-suffix: '-deploy-site'

License

The Unlicense

Author Information

John Freeman

GantSign Ltd. Company No. 06109112 (registered in England)

About

GitHub Action which caches the Maven repository periodically by date

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors