mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-27 03:13:18 +02:00
more cleanup
This commit is contained in:
@@ -15,8 +15,8 @@ export class InputsDouble implements Inputs {
|
||||
return ''
|
||||
}
|
||||
|
||||
get Endpoint(): string {
|
||||
return process.env['ENDPOINT']!
|
||||
get Endpoint(): URL {
|
||||
return new URL(process.env['ENDPOINT']!)
|
||||
}
|
||||
|
||||
get Username(): string {
|
||||
|
Reference in New Issue
Block a user