summaryrefslogtreecommitdiff
path: root/.github/mtime_cache/action.yml
blob: f69085514d8add99b8601283a9c92fe303e5da36 (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: node16