mise-action/action.yml

23 lines
576 B
YAML
Raw Permalink Normal View History

2023-02-21 23:52:09 -06:00
name: rtx action
2023-01-14 08:36:43 -06:00
description: Actions for working with rtx runtime manager
2023-08-27 12:12:44 -05:00
author: Jeff Dickey <@jdx>
2023-02-21 23:26:41 -06:00
branding:
icon: arrow-down-circle
color: purple
2023-01-14 08:11:40 -06:00
inputs:
2023-01-14 08:36:43 -06:00
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`'
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
2023-01-14 08:11:40 -06:00
runs:
using: node20
2023-01-14 08:36:43 -06:00
main: dist/index.js
post: dist/cache-save/index.js
post-if: success()