mise-action/action.yml
jdx a545a9b90a
pinning (#213)
* pinning

Fixes #205

* gh

* gh

* gh

* gh

* docs
2023-12-14 12:39:54 +00:00

29 lines
814 B
YAML

name: rtx action
description: Actions for working with rtx runtime manager
author: Jeff Dickey <@jdx>
branding:
icon: arrow-down-circle
color: purple
inputs:
version:
required: false
description: 'The version of rtx to use. If not specified, will use the latest release.'
tool_versions:
required: false
description: If present, this value will be written to the .tool-versions file
install:
required: false
default: "true"
description: 'if false, will not run `rtx install`'
cache:
required: false
default: "true"
description: 'if false, action will not automatically cache'
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
runs:
using: node20
main: dist/index.js
post: dist/cache-save/index.js
post-if: success()