add safe exit to branch cleanup step

This commit is contained in:
Jeff Billimek 2019-05-26 22:50:05 -04:00 committed by GitHub
parent 73602d60f0
commit 038f9af431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,9 @@ action "Not a deleted event" {
action "Branch Cleanup" {
uses = "jessfraz/branch-cleanup-action@master"
secrets = ["GITHUB_TOKEN"]
env = {
NO_BRANCH_DELETED_EXIT_CODE = "0"
}
}
action "Not on master branch ?" {