Add API report file
Signed-off-by: Efren Aguilar <efrenaguilar95@hotmail.com>
This commit is contained in:
@@ -230,6 +230,11 @@ export function createGithubRepoCreateAction(options: {
|
||||
}
|
||||
| undefined;
|
||||
requireCommitSigning?: boolean | undefined;
|
||||
customProperties?:
|
||||
| {
|
||||
[key: string]: string;
|
||||
}
|
||||
| undefined;
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
@@ -385,6 +390,11 @@ export function createPublishGithubAction(options: {
|
||||
}
|
||||
| undefined;
|
||||
requiredCommitSigning?: boolean | undefined;
|
||||
customProperties?:
|
||||
| {
|
||||
[key: string]: string;
|
||||
}
|
||||
| undefined;
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user