mise-action/action.yml
Yousif Akbar 10114e7e8a
Adding Setting of Necessary Environment Variables Before Running rtx (#123)
* Fixing typo in outputs of action.yml

* Adding `setEnvVars` step for env vars that should always be set in the action
2023-08-18 15:29:16 +00:00

18 lines
473 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()