mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
Use 1 instead of yes because it can be parsed (#204)
This commit is contained in:
parent
67a16b95ca
commit
78e75c3fe1
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ async function setEnvVars(): Promise<void> {
|
|||
)
|
||||
}
|
||||
if (!process.env['RTX_YES']) {
|
||||
core.exportVariable('RTX_YES', 'yes')
|
||||
core.exportVariable('RTX_YES', '1')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue