This commit is contained in:
grantbirki
2023-04-14 21:29:15 +01:00
parent c05cd8b1e8
commit c667db85ec
2 changed files with 2 additions and 1 deletions
Generated Vendored
+1
View File
@@ -10203,6 +10203,7 @@ class Deployment {
async cancel() {
// Don't attempt to cancel if no deployment was created
if (!this.deploymentInfo || this.deploymentInfo.pending !== true) {
core.debug('No deployment to cancel')
return
}
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long