update inputs

This commit is contained in:
Trym Lund Flogard
2021-06-02 15:20:58 +02:00
parent 5705c5cf8a
commit b727de9d76
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export class Inputs {
}
static get Endpoint(): string {
return core.getInput("retention-days");
return core.getInput("nextcloud-url");
}
static get NoFileBehvaior(): NoFileOption {