mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
10 lines
263 B
YAML
10 lines
263 B
YAML
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: node12
|