mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
refactor: main and installer (#133)
* refactor: installer * test: Fix workDir cleanup
This commit is contained in:
@@ -7,3 +7,8 @@ export enum Tool {
|
||||
TestVersionLatest = '0.62.2',
|
||||
TestVersionSpec = '0.61.0'
|
||||
}
|
||||
|
||||
export enum Action {
|
||||
WorkDirName = 'actions_hugo',
|
||||
TempDirName = '_temp'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user