mise-action/action.yml
Nick Hehr 801b2f548d
feat: add support for saving / restoring rtx cache (#64)
* feat: add support for saving / restoring rtx cache

* fix: add support for .rtx.toml to file hash
2023-04-11 00:36:00 +00:00

18 lines
474 B
YAML

name: rtx action
description: Actions for working with rtx runtime manager
author: Jeff Dickey (@jdxcode)
branding:
icon: arrow-down-circle
color: purple
inputs:
tool_versions:
required: false
description: If present, this value will be written to the .tool-versions file
outputs::
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
runs:
using: node16
main: dist/index.js
post: dist/cache-save/index.js
post-if: success()