mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-13 05:35:38 +02:00
more cleanup
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { URL } from 'url'
|
||||
import { NoFileOption } from './NoFileOption'
|
||||
|
||||
export interface Inputs {
|
||||
@ -5,9 +6,7 @@ export interface Inputs {
|
||||
|
||||
readonly ArtifactPath: string
|
||||
|
||||
readonly Retention: string
|
||||
|
||||
readonly Endpoint: string
|
||||
readonly Endpoint: URL
|
||||
|
||||
readonly Username: string
|
||||
|
||||
|
Reference in New Issue
Block a user