Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Attempt 2: for when artifactName is empty string.
The Error we are seeing when the action is run before this change: Validation Failed: {"resource":"Deployment","code":"custom","field":"task","message":"task is too short (minimum is 1 character)"} Which shows that both `undefined` and empty string have the same result. Fixing oversight from this change: #46
- Loading branch information