diff --git a/.github/main.workflow b/.github/main.workflow index 063de6ac..cb0cf043 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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 ?" {