Check dist/ / check-dist (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 0s
Licensed / Check licenses (push) Failing after 0s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Failing after 0s
Test / Build (windows-latest) (push) Has been cancelled
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
export enum Inputs {
|
|
Name = 'name',
|
|
Path = 'path'
|
|
}
|
|
export enum Outputs {
|
|
DownloadPath = 'download-path'
|
|
}
|