feat: Add destination_dir option (#403)

Related to #324 #390
This commit is contained in:
Shohei Ueda
2020-07-21 11:15:53 +09:00
committed by GitHub
parent 0cb61e91a5
commit f30118c78e
9 changed files with 93 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ export interface Inputs {
readonly PersonalToken: string;
readonly PublishBranch: string;
readonly PublishDir: string;
readonly DestinationDir: string;
readonly ExternalRepository: string;
readonly AllowEmptyCommit: boolean;
readonly KeepFiles: boolean;