summaryrefslogtreecommitdiff
path: root/.github/mtime_cache/action.yml
blob: 6d53b6c0e0a913f904e463b91e8cd7a4f2257c1f (plain)
1
2
3
4
5
6
7
8
9
10
name: mtime cache
description:
  Preserve last-modified timestamps by storing them in the Github Actions cache
inputs:
  cache-path:
    description: Path where the mtime cache database should be located
    required: true
runs:
  main: action.js
  using: node20