mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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" {
|
action "Branch Cleanup" {
|
||||||
uses = "jessfraz/branch-cleanup-action@master"
|
uses = "jessfraz/branch-cleanup-action@master"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
env = {
|
||||||
|
NO_BRANCH_DELETED_EXIT_CODE = "0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Not on master branch ?" {
|
action "Not on master branch ?" {
|
||||||
|
Loading…
Reference in New Issue
Block a user