v4 new release (#232)

This commit is contained in:
github-actions[bot]
2022-08-16 14:53:55 -04:00
committed by GitHub
parent 4e60e959ea
commit bba74ad3b5
34 changed files with 2291 additions and 1283 deletions
+6
View File
@@ -0,0 +1,6 @@
import {ExecOutput} from '@actions/exec'
export interface DeployResult {
execResult: ExecOutput
manifestFiles: string[]
}