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