mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-22 09:01:53 +00:00
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
This commit is contained in:
parent
43ea57b96e
commit
10114e7e8a
4 changed files with 24 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ inputs:
|
|||
tool_versions:
|
||||
required: false
|
||||
description: If present, this value will be written to the .tool-versions file
|
||||
outputs::
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
runs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue