It looks like the new call to deleteAnEnvironment is outside the check for deployments. Seeing errors when trying to run delete-env in a workflow where that specific run didn't have an environment.
https://github.com/bobheadxi/deployments/blob/main/src/lib/delete.ts#L39-L43
It looks like the new call to
deleteAnEnvironmentis outside the check for deployments. Seeing errors when trying to rundelete-envin a workflow where that specific run didn't have an environment.https://github.com/bobheadxi/deployments/blob/main/src/lib/delete.ts#L39-L43