feat: add option to control cache invalidation interval (#1031)

This commit is contained in:
Ludovic Fernandez
2024-05-04 17:47:25 +02:00
committed by GitHub
parent ecb32920c6
commit dbb7ebcd4c
5 changed files with 45 additions and 6 deletions

View File

@@ -44,6 +44,10 @@ inputs:
description: "golangci-lint command line arguments"
default: ""
required: false
cache-invalidation-interval:
description: "Periodically invalidate a cache because a new code being added. (number of days)"
default: '7'
required: false
runs:
using: "node20"
main: "dist/run/index.js"