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

1
dist/index.js generated vendored
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
}