refactor: main and installer (#133)
* refactor: installer * test: Fix workDir cleanup
This commit is contained in:
parent
442aa4dbd4
commit
283bc47636
3 changed files with 69 additions and 47 deletions
|
|
@ -7,3 +7,8 @@ export enum Tool {
|
|||
TestVersionLatest = '0.62.2',
|
||||
TestVersionSpec = '0.61.0'
|
||||
}
|
||||
|
||||
export enum Action {
|
||||
WorkDirName = 'actions_hugo',
|
||||
TempDirName = '_temp'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue