mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
add safe exit to branch cleanup step
This commit is contained in:
parent
73602d60f0
commit
038f9af431
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -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 ?" {
|
||||
|
Loading…
Reference in New Issue
Block a user