1
0
Files
upload-artifact/src/constants.ts
T

9 lines
130 B
TypeScript
Raw Normal View History

2020-04-28 17:18:53 +02:00
export enum Inputs {
Name = 'name',
Path = 'path'
}
export function getDefaultArtifactName(): string {
return 'artifact'
}